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

            Bug ID: 69829
           Summary: inconsistent implementations of getLeftCol() and
                    getTopRow() from the Sheet interface
           Product: POI
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XSSF
          Assignee: [email protected]
          Reporter: [email protected]
  Target Milestone: ---

The documentation referenced in the JavaDoc for XSSFSheet.getTopRow() says the
last CTSheetView should be used for viewport definition, but getLeftCol() uses
the first one.  Most of the time files only have one view, but if they have
multiple, the values returned by these two methods will be for different views.

getLeftCol should use the last one, like getTopRow does.

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