https://issues.apache.org/bugzilla/show_bug.cgi?id=49237
Yegor Kozlov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO --- Comment #4 from Yegor Kozlov <[email protected]> --- (In reply to comment #3) > I can verify that this bug still exists in 3.8. I got this error dump: > > java.lang.IndexOutOfBoundsException: Index: 8400, Size: 589 > at java.util.ArrayList.RangeCheck(ArrayList.java:547) > at java.util.ArrayList.get(ArrayList.java:322) > at > org.apache.poi.hssf.model.WorkbookRecordList.get(WorkbookRecordList.java:50) > at > org.apache.poi.hssf.model.InternalWorkbook.getExFormatAt(InternalWorkbook. > java:832) > at org.apache.poi.hssf.usermodel.HSSFRow.getRowStyle(HSSFRow.java:587) > at org.apache.poi.hssf.usermodel.HSSFRow.getRowStyle(HSSFRow.java:39) POI can read the attached file and we have a unit test for it. Can you upload a sample file that demonstrates the problem? -- 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]
