[Bug 62098] exceptions while updating xlsx-file

2018-02-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62098 Javen O'Neal changed: What|Removed |Added Status|NEEDINFO|RESOLVED

[Bug 62098] exceptions while updating xlsx-file

2018-02-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62098 --- Comment #3 from PJ Fanning --- Markus - the NullPointerException is in your code, not in Apache POI. Line 42 in your code is cell0=row.getCell(0); So most likely the row is null. I opened the xlsx file in your zip

[Bug 62098] exceptions while updating xlsx-file

2018-02-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62098 --- Comment #2 from Markus --- Created attachment 35730 --> https://bz.apache.org/bugzilla/attachment.cgi?id=35730=edit my short standalone program and my xlsxFile Hi, with this short JavaFile with the code I got the

[Bug 62098] exceptions while updating xlsx-file

2018-02-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62098 Nick Burch changed: What|Removed |Added OS||All