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

            Bug ID: 65973
           Summary: Link in merged cells causes exception
           Product: POI
           Version: 5.2.0-FINAL
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: SXSSF
          Assignee: [email protected]
          Reporter: [email protected]
  Target Milestone: ---

Link in merged cells doesn't match the pattern CELL_REF_PATTERN in
CellReference and this causes

java.lang.IllegalArgumentException: Invalid CellReference: H9:L9
        at
org.apache.poi.ss.util.CellReference.separateRefParts(CellReference.java:403)
        at org.apache.poi.ss.util.CellReference.<init>(CellReference.java:118)
        at
org.apache.poi.xssf.usermodel.XSSFSheet.removeOverwritten(XSSFSheet.java:3086)
        at
org.apache.poi.xssf.usermodel.XSSFSheet.shiftRows(XSSFSheet.java:2975)
        at
org.apache.poi.xssf.usermodel.XSSFSheet.shiftRows(XSSFSheet.java:2950)

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