https://bz.apache.org/bugzilla/show_bug.cgi?id=69212
Bug ID: 69212 Summary: IndexOutOfBoundsException at DateUtil.isCellDateFormatted() method Product: POI Version: unspecified Hardware: PC OS: All Status: NEW Severity: major Priority: P2 Component: XSSF Assignee: dev@poi.apache.org Reporter: pand...@naver.com Target Milestone: --- Hi, We are using XSSF DateUtil.isCellDateFormatted() method (POI v.3.10), but "IndexOutOfBoundsException" occurs and I don't know why the error is happening. Could you please take a look at this error? I think it could happen because POI v.3.10 is such an old version.. Please let me know if there is a fixed version of this error. Thanks java.lang.IndexOutOfBoundsException: Index: 6, Size: 2 at java.util.ArrayList.rangeCheck(ArrayList.java:659) at java.util.ArrayList.get(ArrayList.java:435) at org.apache.poi.xssf.model.StylesTable.getStyleAt(StylesTable.java:224) at org.apache.poi.xssf.usermodel.XSSFCell.getCellStyle(XSSFCell.java:492) at org.apache.poi.xssf.usermodel.XSSFCell.getCellStyle(XSSFCell.java:64) at org.apache.poi.ss.usermodel.DateUtil.isCellDateFormatted(DateUtil.java: 446) -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org