help-octave
[Top][All Lists]
Advanced

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

Re: installing java and apache for using spreadsheet I/O


From: Markus Bergholz
Subject: Re: installing java and apache for using spreadsheet I/O
Date: Wed, 18 Jun 2014 07:27:54 +0200




On Wed, Jun 18, 2014 at 7:08 AM, rcharan51 <address@hidden> wrote:
Thank you guys for bearing my annoying queries . Finally I am able to read
.xlsx files using octave 3.8.1 with  io 2.2.2 on windows 8.1.
 I have one problem using xlsread('XXX.xlsx') i am not able to read the
character strings like headers  of the columns which are read as NaN . Can
anyone help me in this regard?


Yes, because you cannot mix a numberic array with strings.
it's like in matlab
to read in separat variables  [numeric, strings]=xlsread('XXX.xlsx');
to read all in a cell [~,~,mixed]=xlsread('XXX.xlsx');


 



--
View this message in context: http://octave.1599824.n4.nabble.com/Re-installing-java-and-apache-for-using-spreadsheet-I-O-tp4664767p4664847.html
Sent from the Octave - General mailing list archive at Nabble.com.

_______________________________________________
Help-octave mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/help-octave



--
icq: 167498924
XMPP|Jabber: address@hidden

reply via email to

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