https://bz.apache.org/bugzilla/show_bug.cgi?id=62098

--- Comment #3 from PJ Fanning <[email protected]> ---
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 and the sheet called `test` is empty - which
might explain why getRow for that sheet is returning null.

-- 
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]

Reply via email to