changeset 12108:a3caae7f7e57 octave-forge

'xls' output arg added to __OCT_xlsx2oct__ call
author prnienhuis
date Sun, 20 Oct 2013 21:02:07 +0000
parents 5990121fbe47
children 89bd62e03a6f
files main/io/inst/xls2oct.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/main/io/inst/xls2oct.m	Sun Oct 20 21:00:37 2013 +0000
+++ b/main/io/inst/xls2oct.m	Sun Oct 20 21:02:07 2013 +0000
@@ -204,7 +204,7 @@
   elseif (strcmp (xls.xtype, "OCT"))
     ## Read xls file tru native Octave
     if (strcmpi (xls.app, 'xlsx'))
-      [rawarr, xls, rstatus] = __OCT_xlsx2oct__ (xls, wsh, datrange, spsh_opts);
+      [rawarr, xls] = __OCT_xlsx2oct__ (xls, wsh, datrange);
     elseif (strcmpi (xls.app, 'gnumeric'))
       [rawarr, xls, rstatus] = __OCT_gnm2oct__ (xls, wsh, datrange);
     endif