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

            Bug ID: 58407
           Summary: setSheetName() changes named ranges from absolute to
                    relative.
           Product: POI
           Version: 3.12-FINAL
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XSSF
          Assignee: [email protected]
          Reporter: [email protected]

If XSSFWorkbook.setSheetName() is called when you have named ranges set in the
workbook, any absolute ($A$1) references in the named ranges are replaced with
relative (A1) references. I suspect the problem is actually caused by
XSSFFormulaUtils.updateName(), which is called to update references to the
sheet.

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