help-octave
[Top][All Lists]
Advanced

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

Re: xlsx processing


From: PhilipNienhuis
Subject: Re: xlsx processing
Date: Tue, 17 Mar 2020 15:49:58 -0500 (CDT)

Please answer below the mail, no top posting.
Read on:


dev1990 wrote
> On Wed, Mar 18, 2020, 12:36 AM Nicholas Jankowski <

> jankowskin@

> >
> wrote:
> 
>> >> A=readtable('Book1.xlsx');
>>> warning: the 'readtable' function is not yet implemented in Octave
>>>
>>>
>>> As it says, the error means that the readtable function has not yet been
>> implemented in Octave.
>>
>> the function xlsread has been implemented. That should be able to read in
>> your data after which you can manually process it.
>>
> Got this. It seems xlsread('sample.xlsx') is correct, and we need JDK
> installed in system. Thanks for prompt response.
> 
> Best regards
> Debajyoti

No need to install a JDK, not even a JRE is required. Out of the box the io
package should be able to read xlsx and xlsm files w/o any further
dependency software.

Philip



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



reply via email to

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