Martin Hoeijmakers wrote:
>   Hi Philip,
>
> Thank you for your quick response. Your solution was simple and works well.
>
> However, I met another problem. Because I am not sure about the cause, I
> didn't cc to the developers list.

Sure, I understand, nevertheless, please always cc the OctDev ML.

There may be (many?) "lurkers" with the same or similar problems who may 
recognize your problem and be helped with the discussion.
By posting and discussion, a sort of "knowledge base" is easily built up.

> Because I use my program on two systems - one without Excel - I used POI
> (with Octave 3.2.4). If I use POI now, I get the error message
>
> error: [java] java.lang.NoSuchMethodException: getNumWorkSheets
> error: called from:
> error:
> C:\Octave\Octave3.4.3_gcc4.5.2\share\octave\packages\io-1.0.15\oct2xls.m
> at line 491, column 14
> error:
> C:\Octave\Octave3.4.3_gcc4.5.2\share\octave\packages\io-1.0.15\oct2xls.m
> at line 163, column 17
>
> Do you have a solution for this?

Looks like you have something mixed up in the Apache POI Java class libs.

Please run this command:

    chk_spreadsheet_support ('', 3)

('' = 2 consecutive quotes, w/o space in between, and NO ";" at the end)

and copy the output in your reply.

Do you know the POI version? (3.5, 3.6, 3.7, 3.8?)

I need this info to be able to help you solve this issue.


Philip

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Octave-dev mailing list
Octave-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/octave-dev

Reply via email to