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: dev@poi.apache.org
          Reporter: jclax...@utilinc.com

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: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org

Reply via email to