help-octave
[Top][All Lists]
Advanced

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

Re: xlsx processing


From: Nicholas Jankowski
Subject: Re: xlsx processing
Date: Tue, 17 Mar 2020 15:05:35 -0400

>> 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]