help-octave
[Top][All Lists]
Advanced

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

Re: xlsx processing


From: Debajyoti Datta
Subject: Re: xlsx processing
Date: Wed, 18 Mar 2020 01:25:51 +0530

Got this. It seems xlsread('sample.xlsx') is correct, and we need JDK installed in system. Thanks for prompt response.

Best regards
Debajyoti

On Wed, Mar 18, 2020, 12:36 AM Nicholas Jankowski <address@hidden> 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.

reply via email to

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