You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by hishidama <gi...@git.apache.org> on 2017/01/27 13:22:02 UTC

[GitHub] poi pull request #47: Added fullwidth character to WorkbookUtil.validateShee...

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'(\uff1a)
    yen sign(reverse solidus) '\\', '\uffe5'(\uffe5), '\uff3c'(\uff3c)
    question mark '?', '\uff1f'(\uff1f)
    square bracket '[', ']', '\uff3b'(\uff3b), '\uff3d'(\uff3d)
    solidus '/', '\uff0f'(\uff0f)
    asterisk '*', '\uff0a'(\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 <hi...@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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org