Luce, Marc wrote:
I need to open an Excel file that is created by one of our clients.
[snip]
Hi Luce,
Opening that file I got
[java] java.lang.reflect.InvocationTargetException
[java] at
sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)......
[java] Caused by: java.lang.ArrayIndexOutOfBoundsException
[java] at java.lang.System.arraycopy(Native Method)
[java] at
org.apache.poi.hssf.record.UnknownRecord.<init>(UnknownRecord.java:62)
....
I then opened it with OpenOffice re saved as excel 97 then I got no
problem at all to read/write it with POI.
You can test by yourself with the testing program I attached to my last
email.
Probably they saved as excel 95?
regards
Eli
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
Mailing List: http://jakarta.apache.org/site/mail2.html#poi
The Apache Jakarta Poi Project: http://jakarta.apache.org/poi/