https://issues.apache.org/bugzilla/show_bug.cgi?id=51963

             Bug #: 51963
           Summary: Comma in sheet name may cause
                    "IllegalArgumentException: References passed to the
                    AreaReference must be contiguous..." exception
           Product: POI
           Version: unspecified
          Platform: PC
            Status: NEW
          Severity: major
          Priority: P2
         Component: POI Overall
        AssignedTo: [email protected]
        ReportedBy: [email protected]
    Classification: Unclassified


The comma is a valid character in a Sheet Name, but
org.apache.poi.ss.util.AreaReference.isContiguous() sees it as a separator and
throws an IllegalArgumentException.

isContiguous() should excluded the sheet name when looking for commas.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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