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

            Bug ID: 61343
           Summary: Sheet.getFirstRowNum() returns first non empty row
           Product: POI
           Version: 3.16-FINAL
          Hardware: PC
            Status: NEW
          Severity: major
          Priority: P2
         Component: POI Overall
          Assignee: [email protected]
          Reporter: [email protected]
  Target Milestone: ---

Created attachment 35173
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=35173&action=edit
Sample spreadsheet

I have a spreadsheet with cell (3,6) i.e 3rd row and 6th column being populated
with some data. All other rows and columns of the sheet are empty.
While trying to read the Spreadsheet,  
     we use the function:
          sheet.getFirstRowNum() which returns 2 in this case. Expected value
is 0 as the sheet start from 0th row.

sheet.getRow() for 0th index returns null, ideally it should return row object
with empty value.

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