https://issues.apache.org/bugzilla/show_bug.cgi?id=51889
Yegor Kozlov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #1 from Yegor Kozlov <[email protected]> 2012-02-28 17:29:14 UTC --- I don't see a bug here. Name.getSheetName() and Name.getSheetIndex() have different meanings. getSheetIndex() defines name scope. -1 means workbook-global, otherwise it is 0-based sheet index. getSheetName() returns sheet name which this named range is referenced to. The name is 'mtcars!$A$1:$K$33' and this method returns mtcars. Yegor -- 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]
