You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2012/12/19 12:41:10 UTC

[Bug 54327] cellIterator skips blank/unformatted cells in a row

https://issues.apache.org/bugzilla/show_bug.cgi?id=54327

Nick Burch <ap...@gagravarr.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID
                 OS|                            |All

--- Comment #1 from Nick Burch <ap...@gagravarr.org> ---
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: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org