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

--- Comment #3 from PJ Fanning <fannin...@yahoo.com> ---
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: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org

Reply via email to