https://issues.apache.org/bugzilla/show_bug.cgi?id=44710
--- Comment #4 from Lal M.R <[EMAIL PROTECTED]> 2008-03-31 23:09:54 PST ---
Sorry this is the ERROR.
WARNING: POIFS is closing the supplied input stream of type
(java.io.BufferedInputStream) which supports mark/reset. This will be a
problem for the caller if the stream will still be used. If that is the case
the caller should wrap the input stream to avoid this close logic. This
warning is only temporary and will not be present in future versions of POI.
org.apache.poi.hssf.record.RecordFormatException: Unable to construct record
instance
at
org.apache.poi.hssf.record.RecordFactory.createRecord(RecordFactory.java:206)
at
org.apache.poi.hssf.record.RecordFactory.createRecords(RecordFactory.java:124)
at
org.apache.poi.hssf.usermodel.HSSFWorkbook.<init>(HSSFWorkbook.java:204)
at TestUserHome.main(TestUserHome.java:29)
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
Method)
at
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
at
org.apache.poi.hssf.record.RecordFactory.createRecord(RecordFactory.java:194)
... 3 more
Caused by: java.lang.UnsupportedOperationException: Unknown Ptg in Formula:
0xffffffff (-1)
at org.apache.poi.hssf.record.formula.Ptg.createPtg(Ptg.java:361)
at org.apache.poi.hssf.record.DVRecord.fillFields(DVRecord.java:201)
at org.apache.poi.hssf.record.Record.<init>(Record.java:55)
at org.apache.poi.hssf.record.DVRecord.<init>(DVRecord.java:134)
... 8 more
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]