https://bz.apache.org/bugzilla/show_bug.cgi?id=59841
--- Comment #14 from PJ Fanning <[email protected]> --- Thanks Andreas. I tried out your patch code on 2 xlsx files and got the same NullPointerException for both. at org.apache.poi.xssf.eventusermodel.ReadOnlySharedStringsTable.getEntryAt(ReadOnlySharedStringsTable.java:184) at org.apache.poi.xssf.eventusermodel.XSSFSheetXMLHandler.endElement(XSSFSheetXMLHandler.java:353) at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(AbstractSAXParser.java:609) I'm using the OPCPackage in new XSSFEventBasedExcelExtractor. I can try to put together a test case to demonstrate the issue I'm seeing. -- 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]
