Thanks for the quick response. The bug is here: https://bz.apache.org/bugzilla/show_bug.cgi?id=57914
On 11 May 2015 at 11:58, Nick Burch <[email protected]> wrote: > 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] > -- João Miguel Penetra
