help-octave
[Top][All Lists]
Advanced

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

Re: XLSread not working


From: PhilipNienhuis
Subject: Re: XLSread not working
Date: Mon, 27 Jun 2016 14:02:36 -0700 (PDT)

Larkin, Grant, P wrote
> Hi, Octave.
> 
> I am working on a project for school, and am trying to figure out octave
> on my mac. I need to import a .xlsx file, but am having difficulty with
> it. I set octave to the research directory that I am working with, and put
> this in:
> 
> [NUM,TXT,RAW]= xlsread('HadleyOPC1Data.xlsx’)
> 
> And it returns, "error: 'getxlsinterfaces' undefined near line 246 column
> 19
> error: called from
>     xlsopen at line 246 column 17
>     xlsread at line 197 column 11”

Looks like the io package hasn't been installed completely.
getxlsinterfaces.m is normally located in the io install directory in a
subdir private/

pkg list io

will return the subdir where the io package is located. Go there and see if
the subdir private/ exists and contains getxlsinterfaces.m

Philip





--
View this message in context: 
http://octave.1599824.n4.nabble.com/XLSread-not-working-tp4678026p4678029.html
Sent from the Octave - General mailing list archive at Nabble.com.



reply via email to

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