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

            Bug ID: 70008
           Summary: AreaReference: inconsistent behavior when parsing
                    whole column reference strings
           Product: POI
           Version: 5.5.x-dev
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: SS Common
          Assignee: [email protected]
          Reporter: [email protected]
  Target Milestone: ---

Whole column reference strings are parsed inconsistently by AreaReference.

new AreaReference("A:B", SpreadsheetVersion.EXCEL97).formatAsString()
// "A:B"

new AreaReference("A:B", SpreadsheetVersion.EXCEL2007).formatAsString()
// "A$1:B$65536"

There are some tests for this (TestAreaReference#testWholeColumnRefs), but only
regarding SpreadsheetVersion.EXCEL97.

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