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

           Summary: getSheetName does not work with noncontiguous named
                    ranges
           Product: POI
           Version: unspecified
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: HSSF
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


Using the method getSheetName of the class HSSFName does not work with
noncontiguous named ranges. More precisely the method getExternSheetNumber of
class NameRecord uses the wrong entry in the stack field_13_name_definition in
that case. Because for noncontiguous named ranges the first entry is not
Area3DPtg or Ref3DPtg but MemFuncPtg. So it always return the first sheet.

I tested it with version 3.0.2 and 3.1 BETA1, both without success.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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