help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

cannot read excel file with Octave


From: Acturus13
Subject: cannot read excel file with Octave
Date: Thu, 20 Jun 2019 03:04:54 -0500 (CDT)

Hello, i have found a code on Github written in Matlab. Its not possible for
me to install it so I have downloaded Octave 5.1.0 for windows 7.

I have managed to load the io package ( I have added the "pkg load io"
command at the beginning of the code) which seemed to have help but not
enough.

in the code load_spec  , there is this line : 

[~,~,raw] = xlsread(specfile,'','','basic');

with specfile being  'Spec_US_example.xls'

here is the console output:

(BASIC (BIFF5) support request translated to JXL)
Checking requested interface(s):
JXL is not supported.
error: element number 3 undefined in return list
error: called from
    load_spec at line 30 column 11 

I have read many topics about it but none correspond to my Octave version
and actually my specific problem. That's why I'm posting.


I also tried to read an xslx file instead of an xls but to no avail.


I'm not familiar enough with Matlab syntax to know if there is problem with
the syntax above, or if the problem is coming from elsewhere. 

I have read that with version above 4, there is no problem linked to Java
but I may mistaken.

Thank you for your help









--
Sent from: http://octave.1599824.n4.nabble.com/Octave-General-f1599825.html



reply via email to

[Prev in Thread] Current Thread [Next in Thread]