ODF spreadsheets

Muthiah Annamalai muthuspost at gmail.com
Thu Jan 24 21:40:52 CST 2008


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




More information about the Help-octave mailing list