You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2015/09/14 22:42:13 UTC

[Bug 58407] New: setSheetName() changes named ranges from absolute to relative.

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


[Bug 58407] setSheetName() changes named ranges from absolute to relative.

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=58407

John Claxton <jc...@utilinc.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jclaxton@utilinc.com
                 OS|                            |All

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


[Bug 58407] setSheetName() changes named ranges from absolute to relative.

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=58407

Dominik Stadler <do...@gmx.at> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |REMIND
             Status|NEEDINFO                    |RESOLVED

--- Comment #2 from Dominik Stadler <do...@gmx.at> ---
No response for a month so we cannot really work on this, please reopen with
more information if you can provide some sample code.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


[Bug 58407] setSheetName() changes named ranges from absolute to relative.

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=58407

Dominik Stadler <do...@gmx.at> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO

--- Comment #1 from Dominik Stadler <do...@gmx.at> ---
Any chance of a piece of code which reproduces the problem? Preferably as
standalone unit-test...

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org