https://issues.apache.org/bugzilla/show_bug.cgi?id=57494
Andreas Beeker <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID OS| |All --- Comment #1 from Andreas Beeker <[email protected]> --- This is by design ... please have a look at the API: http://poi.apache.org/apidocs/org/apache/poi/xssf/usermodel/XSSFSheet.html#rowIterator() And the NullPointerException is thrown because ... well getRow(1) is null, as you mentioned it, so getCell(1) fails -- 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]
