help-octave
[Top][All Lists]
Advanced

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

Re: io package doesnt load 4.00


From: tmacchant
Subject: Re: io package doesnt load 4.00
Date: Tue, 2 Jun 2015 02:59:02 -0700 (PDT)

If you have an 32bit version excel on your PC, you can use COM interface.
You should install the windows package (that exist on
C:\octave\Octave-4.0.0\src windows-1.2.1.tar.gz)

>> cd C:\octave\Octave-4.0.0\src
>> pkg install windows-1.2.1.tar.gz

>> pkg load windows
>> pkg load io

You can use xlsread for xls files.  For xlsx files, there is not required
java nor windows package nor excel. The xlsread should works for xlsx files
without any other dependencies.

Please do not forget to use
>> pkg load io
before using xlsread.

If you want io package autoloaded,

>> pkg rebuild -auto io

and exit octave and restart octave.
Try then
>> pkg list

Tatsuro



--
View this message in context: 
http://octave.1599824.n4.nabble.com/io-package-doesnt-load-4-00-tp4670587p4670590.html
Sent from the Octave - General mailing list archive at Nabble.com.



reply via email to

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