https://issues.apache.org/bugzilla/show_bug.cgi?id=47252
Summary: NegativeArraySizeException EscherBSERecord
Product: POI
Version: 3.5-dev
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: HSSF
AssignedTo: [email protected]
ReportedBy: [email protected]
I get the following exception for a record in a spreadsheet when I run
BiffViewer.
[java] Offset=0x00000BEE(3054) recno=112 sid=0x01C1 size=0x0008(8)
[java] [UNKNOWNRECORD] (0x1C1)
[java] rawData=[C1, 01, 00, 00, 80, 38, 01, 00]
[java] [/UNKNOWNRECORD]
[java]
[java] java.lang.NegativeArraySizeException
[java] at
org.apache.poi.ddf.EscherBSERecord.fillFields(EscherBSERecord.java:84)
[java] at
org.apache.poi.ddf.EscherContainerRecord.fillFields(EscherContainerRecord.java:53)
[java] at
org.apache.poi.ddf.EscherContainerRecord.fillFields(EscherContainerRecord.java:53)
[java] at
org.apache.poi.hssf.record.AbstractEscherHolderRecord.convertToEscherRecords(AbstractEscherHolderRecord.java:82)
[java] at
org.apache.poi.hssf.record.AbstractEscherHolderRecord.<init>(AbstractEscherHolderRecord.java:68)
[java] at
org.apache.poi.hssf.record.DrawingGroupRecord.<init>(DrawingGroupRecord.java:41)
[java] at
org.apache.poi.hssf.dev.BiffViewer.createRecord(BiffViewer.java:149)
[java] at
org.apache.poi.hssf.dev.BiffViewer.createRecords(BiffViewer.java:84)
[java] at org.apache.poi.hssf.dev.BiffViewer.main(BiffViewer.java:398)
[java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[java] at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[java] at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
Please let me know if you need any more info.
--
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]