https://bz.apache.org/bugzilla/show_bug.cgi?id=59796
Bug ID: 59796
Summary: XSSFTable.getRowCount
Product: POI
Version: 3.15-dev
Hardware: PC
OS: All
Status: NEW
Severity: minor
Priority: P2
Component: XSSF
Assignee: [email protected]
Reporter: [email protected]
>From bug 59795 comment 1
> I noticed that getRowCount returns toRow-fromRow. Shouldn't it be
> toRow-fromRow+1?
>From bug 59795 comment 2
> Good catch, yes, I think it should.
XSSFTable.getRowCount returns 1 less than it should.
Currently returns -1 if ref is not set, otherwise returns to-from
Should be 0 if not set or to-from+1.
--
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]