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 2019/02/08 13:02:43 UTC

[Bug 63158] New: sheet.getLastRowNum() and sheet.getRows() are broken

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

            Bug ID: 63158
           Summary: sheet.getLastRowNum() and sheet.getRows() are broken
           Product: POI
           Version: 4.0.0-FINAL
          Hardware: PC
            Status: NEW
          Severity: critical
          Priority: P2
         Component: XSSF
          Assignee: dev@poi.apache.org
          Reporter: DAud2219256@yandex.ru
  Target Milestone: ---

sheet.getLastRowNum() and sheet.getRows() are broken

sheet.getLastRowNum() returns actual rows number - 1 (empty rows are not
accounted - I's OK)

sheet.getRows() returns all rows except last one

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


[Bug 63158] sheet.getLastRowNum() and sheet.getRows() are broken

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=63158

Dzmitry Kliuchnik <DA...@yandex.ru> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All

--- Comment #1 from Dzmitry Kliuchnik <DA...@yandex.ru> ---
4.0.1 version

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


[Bug 63158] sheet.getLastRowNum() and sheet.getRows() are broken

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=63158

--- Comment #2 from PJ Fanning <fa...@yahoo.com> ---
*** Bug 63157 has been marked as a duplicate of this bug. ***

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


[Bug 63158] sheet.getLastRowNum() and sheet.getRows() are broken

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=63158

Yegor Kozlov <ye...@dinom.ru> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO

--- Comment #3 from Yegor Kozlov <ye...@dinom.ru> ---
getLastRowNum() is 0-based and it is reflected in the documentation.

There isn't such a method getRows() in the Sheet interface. Do you mean that
iteration over rows skips the last row? I don't think it is so and we have
numerous unit tests that prove it. 
If you still think there is a bug, can you please attach a unit test
demonstrating the problem?

Regards,
Yegor

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


[Bug 63158] sheet.getLastRowNum() and sheet.getRows() are broken

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=63158

Dominik Stadler <do...@gmx.at> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |WORKSFORME
             Status|NEEDINFO                    |RESOLVED

--- Comment #4 from Dominik Stadler <do...@gmx.at> ---
We could not see anything being wrong in Apache POI here and no more
information provided for a week, thus I am resolving this as WORKSFORME for
now. 

If you still think there is a problem, then please reopen with some
code-sample, ideally as self-sufficient unit-test which allows to reproduce
your problem so we can see the actual problem more easily.

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