[Bug 62242] Shouldn't show '0' if number format is "??" and cell value is 0

2020-03-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62242 --- Comment #8 from Dominik Stadler --- When trying to apply the changes from the PR it fixes the issue here, but some other tests fail, so unfortunately this needs a bit more work to either change the tests or the fix. -- You are receiving

[Bug 62242] Shouldn't show '0' if number format is "??" and cell value is 0

2020-03-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62242 Dominik Stadler changed: What|Removed |Added CC||cgh_c...@126.com --- Comment #7

[Bug 62242] Shouldn't show '0' if number format is "??" and cell value is 0

2018-06-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62242 Dominik Stadler changed: What|Removed |Added Status|NEW |NEEDINFO -- You are receiving this

[Bug 62242] Shouldn't show '0' if number format is "??" and cell value is 0

2018-04-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62242 linghao2...@hotmail.com changed: What|Removed |Added Status|NEEDINFO|NEW --- Comment #6 from

[Bug 62242] Shouldn't show '0' if number format is "??" and cell value is 0

2018-04-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62242 Dominik Stadler changed: What|Removed |Added Status|NEW |NEEDINFO

[Bug 62242] Shouldn't show '0' if number format is "??" and cell value is 0

2018-04-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62242 --- Comment #4 from linghao2...@hotmail.com --- I created a pull request: https://github.com/apache/poi/pull/106. Also found another bug when test with new test case for my code. This bug exists all the time. I have commented out the failed new

[Bug 62242] Shouldn't show '0' if number format is "??" and cell value is 0

2018-04-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62242 --- Comment #3 from linghao2...@hotmail.com --- Found already there is a TODO in unit test TestCellFormat.java : // TODO Fix these to not have an incorrect bonus 0 on the end //assertEquals(" "+pound+" - ",

[Bug 62242] Shouldn't show '0' if number format is "??" and cell value is 0

2018-04-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62242 --- Comment #2 from linghao2...@hotmail.com --- I'm not sure whether it's a bug or a feature. Maybe for some reasons, the zero character must appear at least once? If nobody knows that, I can create a pull request and do some unit test, a few

[Bug 62242] Shouldn't show '0' if number format is "??" and cell value is 0

2018-04-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62242 PJ Fanning changed: What|Removed |Added OS||All --- Comment #1