On Mon, 11 May 2015, João Miguel Penetra wrote:
I have a web site where users can upload CSV and XLSX files and I use
Apache-POI to parse XLSX files. However, I discovered something unusual.
When I convert a CSV file to XLSX on Excel 2013 I get a NPE while
initializing XSSFReader:

java.lang.NullPointerException
at org.apache.poi.openxml4j.opc.OPCPackage.getPart(OPCPackage.java:625)
at org.apache.poi.xssf.eventusermodel.XSSFReader.<init>(XSSFReader.java:67)

That's an odd one. Any chance you could raise a new bug for this in bugzilla - http://issues.apache.org/bugzilla/buglist.cgi?product=POI - and upload the excel file that triggers it?

Nick
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to