GitHub user hishidama opened a pull request:
https://github.com/apache/poi/pull/46
formula for non-ascii sheet name
Japanese characters (such as 'ã»'(\u30fb) and 'ã'(\u3010)) are letters
in Excel, but Java's Character.isLetter() returns false.
Therefore, if these characters are included in the sheet name, formula that
references it throws an exception.
I treated these characters as letters.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/hishidama/poi wip/formula-non-ascii-sheetname
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/poi/pull/46.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #46
----
commit f6f6597ab2c6bf92a09e00ec49e6c527712d6453
Author: hishidama <[email protected]>
Date: 2015-11-13T15:56:43Z
formula for non-ascii sheet name
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]