https://bz.apache.org/bugzilla/show_bug.cgi?id=60260

--- Comment #2 from Javen O'Neal <[email protected]> ---
NamedRange(
    name = "test_named_range",
    refersTo = "'Sheet・1'!A1:A9"
)

This is the first time I have seen the sheet name be non-ASCII, which probably
breaks some of our assumptions and regular expressions.

How do you think this should be fixed?
The rename sheet [1] case will be easier to start with as it doesn't require
understanding the parse tree.

[1]
https://svn.apache.org/viewvc/poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFWorkbook.java?revision=1777855&view=markup#l1656

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