Hi Benjamin,

(sorry for top posting)

Can you email me your "foo.ods" privately, please? (if it's not too big, 
my Inbox limit = 10 MB AFAIK)
I'm just back from holiday, I'll have a look at it asap.

Philip

Benjamin Lindner wrote:
> Hello,
>
> I am trying to get the xls/odf read/write functions in io-1.0.10 to work
> under windows (I'd like to get it working and included in 3.2.4/mingw32).
>
> Reading xls works fine, but reading an ods I get the following error
>
> octave.exe:>  t = odsread('d:\foo.ods');
> Supported interfaces:  Java/ODFtoolkit (OTK) OK.  Java/jOpenDocument
> (JOD) OK.
> error: [java] java.lang.NoSuchMethodException: getCellAt
> error: called from:
> error:   D:\3.2.x-3\share\octave\packages\io-1.0.10\ods2oct.m at line
> 219, column 10
> error:   D:\3.2.x-3\share\octave\packages\io-1.0.10\ods2oct.m at line
> 97, column 25
> error:   D:\3.2.x-3\share\octave\packages\io-1.0.10\odsread.m at line
> 113, column 26
>
> A call to odsfinfo succeeds without errors.
>
> octave.exe:>  odsfinfo('d:\foo.ods','otk')
> Java/ODFtoolkit interface requested...  Java/ODFtoolkit (OTK) OK.
> Sheet1    (~6 data rows)
> Sheet2    (~2 data rows)
> Sheet3    (~2 data rows)
> ans = OpenOffice.org Calc Document
> octave.exe:>  odsfinfo('d:\foo.ods','jod')
> Java/jOpenDocument interface requested...  Java/jOpenDocument (JOD) OK.
>    Sheet1
>    Sheet2
>    Sheet3
> ans = OpenOffice.org Calc Document
>
> I am using have JRE 1.6.0_13, odfdom-0.9, jOpenDocument-1.2b2 and
> xerces-2.9.1.
>
> benjamin
>
>
> ------------------------------------------------------------------------------
> Download Intel® Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
> _______________________________________________
> Octave-dev mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/octave-dev
>

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Octave-dev mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/octave-dev

Reply via email to