https://issues.apache.org/bugzilla/show_bug.cgi?id=54327
Nick Burch <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID OS| |All --- Comment #1 from Nick Burch <[email protected]> --- This is expected behaviour, the iterator only processes the cells that are defined in the file If you need to fetch all cells, you should use a for loop, and call getCell(columnNumber, MissingCellPolicy) to control how missing / blank cells are handled -- 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]
