help-octave
[Top][All Lists]
Advanced

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

Re: xlsread function undefined


From: tmacchant
Subject: Re: xlsread function undefined
Date: Sun, 19 Apr 2015 19:37:36 -0700 (PDT)

> It seems that xlsread will read xlsm files but not xls files - is this
correct? Thanks. 

Not xlsm but xlsx.

For xls files, you need to set up java environment or to install 32 bit
version MS-Excel.
For java, e.g. on windows, it is required to install the JRE from the Oracle
web site.
To use MS-Excel COM interface (it is only able to be used on windows), 
you need to install and load the windows package before installing the io
package.

>> pkg install -forge windows
>> pkg load windows
>> pkg install -forge io

Note that window package is not supported on octave-4.0.0-rc3 in the current
situation but someone else perhaps will work on it. (Philip mentioned about
this topic on the octave-ML but I do not remember when and where he did it.)
 
Tatsuro



--
View this message in context: 
http://octave.1599824.n4.nabble.com/xlsread-function-undefined-tp4669862p4669938.html
Sent from the Octave - General mailing list archive at Nabble.com.



reply via email to

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