help-octave
[Top][All Lists]
Advanced

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

Re: ODF spreadsheets


From: Muthiah Annamalai
Subject: Re: ODF spreadsheets
Date: Thu, 24 Jan 2008 21:40:52 -0600
User-agent: Thunderbird 2.0.0.6 (X11/20071022)

Tribo Laboy wrote:
Hello.

Is this anywhere close to what you are looking for?

http://www.mathworks.com/matlabcentral/fileexchange/loadFile.do?objectId=18222&objectType=file

I confirmed it works under MATLAB, but under Octave on WinXP I Have
some problems with uncompressing the the ods file. I will look a bit
deeper into it when I have some more time.

Regards,
TL
It looks interesting, GPL'ed m-file code. Relies on xmlread() which is in octave-forge
toolbox I think.

Also the problem with ODF I suspect its huge to cover all bases, and any implementation is going to be a broken subset. Writing a huge matrix in ascii and putting that into a large
XML file and zipping it up is not my idea of a nice matrix format.

Best method was suggested earlier; csv read/write. Octave loads CSV's nicely.

-Muthu




reply via email to

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