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

            Bug ID: 63304
           Summary: SXSSFRow.getRowNum() return -1
           Product: POI
           Version: 4.0.0-FINAL
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: SXSSF
          Assignee: [email protected]
          Reporter: [email protected]
  Target Milestone: ---

when I init the SXSSFWorkbook with rowAccessWindowSize,set it to 100.if I call
row0.getRowNum(),-1 will be returned when the row size exceed 100.
this code in SXSSFSheet : private final TreeMap<Integer,SXSSFRow> _rows = new
TreeMap<>();
the first row will be flushed to disk when row size exceed
rowAccessWindowSize,and the _rows just remove the first row but nothing record
. so when I call row0.getRowNum(),-1 returned.

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

Reply via email to