GitHub user LingHao opened a pull request: https://github.com/apache/poi/pull/106
Fixes #62242 1. Fixes issue #62242ï¼Had an incorrect bonus 0 on the end when number format is "??" and value is 0. 2. Found another bug on new test case. That bug is unrelated with this fix. I have made a TODO on that test case. You can merge this pull request into a Git repository by running: $ git pull https://github.com/LingHao/poi trunk Alternatively you can review and apply these changes as the patch at: https://github.com/apache/poi/pull/106.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 #106 ---- commit 56297732ec4182c7e840d0b599e95e95b3efaafd Author: hling <linghao2000@...> Date: 2018-04-03T11:42:44Z Fixes issue: https://bz.apache.org/bugzilla/show_bug.cgi?id=62242 Had an incorrect bonus 0 on the end when number format is "??" and value is 0. Found another bug which is unrelated with this fix When add new test cases. Have made a TODO on that test case. ---- --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org