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

            Bug ID: 54500
           Summary: removeSheetAt of unrelated sheet corrupts names
           Product: POI
           Version: 3.9
          Hardware: PC
                OS: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: HSSF
          Assignee: [email protected]
          Reporter: [email protected]
    Classification: Unclassified

Created attachment 29903
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=29903&action=edit
Sample XLS document used in test

I have attached a simple example program that creates a new sheet, defines a
name on that sheet and then removes a _different_ sheet from the workbook.
Surprisingly, this corrupts the name that the formula refers to.

The attached test prints

ASheet!A1
#REF!A1

for me, whereas I expect it to print ASheet!A1 for both cases.

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