GitHub user hishidama opened a pull request: https://github.com/apache/poi/pull/47
Added fullwidth character to WorkbookUtil.validateSheetName Some Japanese characters can not be used for Excel sheet names. see https://support.microsoft.com/ja-jp/help/436482 Invalid characters are as follows: colon ':', 'ï¼'(\uff1a) yen sign(reverse solidus) '\\', 'ï¿¥'(\uffe5), 'ï¼¼'(\uff3c) question mark '?', 'ï¼'(\uff1f) square bracket '[', ']', 'ï¼»'(\uff3b), 'ï¼½'(\uff3d) solidus '/', 'ï¼'(\uff0f) asterisk '*', 'ï¼'(\uff0a) You can merge this pull request into a Git repository by running: $ git pull https://github.com/hishidama/poi wip/non-ascii-invalid-character-in-sheetname Alternatively you can review and apply these changes as the patch at: https://github.com/apache/poi/pull/47.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 #47 ---- commit c7d9b0c050984c1a92322708896ef6b363368b64 Author: hishidama <hishi.d...@asahi.email.ne.jp> Date: 2017-01-27T13:06:25Z Added fullwidth character to WorkbookUtil.createSafeSheetName, validateSheetName ---- --- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org