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 2017/07/26 05:40:32 UTC

[Bug 61343] Sheet.getFirstRowNum() returns first non empty row

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

Javen O'Neal <on...@apache.org> changed:

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

--- Comment #1 from Javen O'Neal <on...@apache.org> ---
The OOXML format allows for rows or cells to be missing. This is allows for
sheets to be sparse, consuming less memory and tim to load, and less time to
iterate through all the non-empty rows and cells.

The function getFirstRowNum() behaves as expected and documented in the
Javadocs.

By the way, the same is true for getLastRowNum().

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