https://issues.apache.org/bugzilla/show_bug.cgi?id=46918
--- Comment #2 from Axel Rose <[email protected]> 2009-03-26 05:50:01 PST --- When checking the file in question BiffViewer throws an Exception java -cp build/classes org.apache.poi.hssf.dev.BiffViewer /tmp/t1.xls > /tmp/t1.txt java.lang.ArrayIndexOutOfBoundsException at java.lang.System.arraycopy(Native Method) at org.apache.poi.ddf.UnknownEscherRecord.fillFields(UnknownEscherRecord.java:77) at org.apache.poi.ddf.EscherContainerRecord.fillFields(EscherContainerRecord.java:53) at org.apache.poi.ddf.EscherContainerRecord.fillFields(EscherContainerRecord.java:53) at org.apache.poi.hssf.record.AbstractEscherHolderRecord.convertToEscherRecords(AbstractEscherHolderRecord.java:82) at org.apache.poi.hssf.record.AbstractEscherHolderRecord.<init>(AbstractEscherHolderRecord.java:68) at org.apache.poi.hssf.record.DrawingGroupRecord.<init>(DrawingGroupRecord.java:41) at org.apache.poi.hssf.dev.BiffViewer.createRecord(BiffViewer.java:149) at org.apache.poi.hssf.dev.BiffViewer.createRecords(BiffViewer.java:84) at org.apache.poi.hssf.dev.BiffViewer.main(BiffViewer.java:398) The output looks ok to me. What should I check within the BiffViewer output? (content cannot be made public) -- 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]
