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

            Bug ID: 59684
           Summary: CellReference.separateRefParts(String reference) Fails
                    to Parse Row References Correctly
           Product: POI
           Version: 3.14-FINAL
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: SS Common
          Assignee: [email protected]
          Reporter: [email protected]

I have a sheet with a named range composed of a set of rows (HOME!$169:$454).
When creating the AreaReference the following is passed to
CellReference.separateRefParts(String reference="HOME!$169"). The CellRef is
then set to the following values: _rowIndex = 169, _colIndex = -1, _sheetName =
"HOME", _isRowAbs = false; _isColAbs = true; I believe _isRowAbs should be
'true' and _isColAbs should be 'false'. This happens because the '$' from
reference gets parsed into parts.colRef instead of being parsed into
parts.rowRef with the digits for the row number.

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