| Commit message (Expand) | Author | Age | Files | Lines |
* | Sonar fixes | Andreas Beeker | 2021-01-10 | 1 | -1/+1 |
* | Sonar fixes | Andreas Beeker | 2021-01-08 | 1 | -37/+37 |
* | #65026 - Migrate tests to Junit 5 | Andreas Beeker | 2020-12-24 | 1 | -55/+56 |
* | #64319 Tighten the scientific format code to avoid making eg TRUE into TRUE+,... | Nick Burch | 2020-04-11 | 1 | -5/+29 |
* | Add disabled unit test for #64319 | Nick Burch | 2020-04-07 | 1 | -0/+27 |
* | Fix some IDE warnings and enable commented test | Dominik Stadler | 2019-03-31 | 1 | -16/+6 |
* | #63292 1904 date windowing flag not used for some format cases | Greg Woolsey | 2019-03-30 | 1 | -0/+31 |
* | #63291 CellFormat global cache isn't thread-safe | Greg Woolsey | 2019-03-30 | 1 | -6/+14 |
* | [bug-63291] support concurrent date formatting with same DataFormatter | PJ Fanning | 2019-03-27 | 1 | -16/+14 |
* | add test for concurrent use of DataFormatter | PJ Fanning | 2019-03-27 | 1 | -5/+45 |
* | Bug 62839: Adjust MathX.floor() to handle negative values the same | Dominik Stadler | 2018-12-26 | 1 | -0/+13 |
* | change HyperLink getType to return HyperlinkType | PJ Fanning | 2017-09-18 | 1 | -1/+1 |
* | [github-25] support excel number trailing comma format - Thabks to Luca Marti... | PJ Fanning | 2017-07-06 | 1 | -3/+33 |
* | [Bug 60422] fix data formatter issue with specific format in German locale | PJ Fanning | 2017-07-03 | 1 | -14/+7 |
* | Remove check for jdk1.5 in test because POI now only supports jre1.6 and up | PJ Fanning | 2017-07-03 | 1 | -22/+15 |
* | add test case for date formatting using different locales | PJ Fanning | 2017-07-02 | 1 | -1/+14 |
* | Remove some deprecated *SSF APIs | PJ Fanning | 2017-06-28 | 1 | -2/+28 |
* | [Bug 60422] Fix forbidden-api build issue | PJ Fanning | 2017-06-24 | 1 | -1/+1 |
* | [Bug 60422] Tidy up test case | PJ Fanning | 2017-06-24 | 1 | -4/+2 |
* | Bug 60422 add testtestcase with current LocaleUtil workaround | PJ Fanning | 2017-06-23 | 1 | -0/+21 |
* | Fix bug #61007 | Greg Woolsey | 2017-04-19 | 1 | -1/+1 |
* | Fix bug #61007 | Greg Woolsey | 2017-04-19 | 1 | -1/+11 |
* | Bug 60031: Enhance test some more | Dominik Stadler | 2017-01-26 | 1 | -8/+21 |
* | bug 60031: DataFormatter parses months incorrectly when put at the end of dat... | Javen O'Neal | 2017-01-20 | 1 | -0/+12 |
* | bug 60025: DataFormatter should print booleans as TRUE/FALSE, not true/false | Javen O'Neal | 2016-09-11 | 1 | -0/+21 |
* | Fix some IntelliJ and Findbugs warnings: StringBuilder, foreach, append(), ... | Dominik Stadler | 2016-07-17 | 1 | -5/+5 |
* | Add a unit-test to verify that DataFormatter.formatCellValue() does format fo... | Dominik Stadler | 2016-07-05 | 1 | -0/+20 |
* | bug 59791: replace deprecated Cell.CELL_TYPE_* usage with CellType.* | Javen O'Neal | 2016-07-04 | 1 | -1/+1 |
* | findbugs fixes | Andreas Beeker | 2016-06-12 | 1 | -1/+4 |
* | Add some pre-checks to fail the test with better assertion if the locale is n... | Dominik Stadler | 2016-06-11 | 1 | -0/+26 |
* | bug 59638: patch from Axel Howind, support non-comma number grouping separato... | Javen O'Neal | 2016-06-07 | 1 | -0/+19 |
* | whitespace | Javen O'Neal | 2015-12-04 | 1 | -410/+406 |
* | whitespace | Javen O'Neal | 2015-12-04 | 1 | -28/+28 |
* | #58532 Enable more of the padding cell format tests, but a few remain to be f... | Nick Burch | 2015-10-24 | 1 | -7/+20 |
* | #58532 For Excel cell formats with 3+ parts to them (eg +ve,-ve,0), which | Nick Burch | 2015-10-24 | 1 | -12/+15 |
* | Format numbers more like Excel does | David North | 2015-10-06 | 1 | -0/+55 |
* | Bug 58326 - Forbidden APIs patches - first set of changes for locale and time... | Andreas Beeker | 2015-09-07 | 1 | -9/+36 |
* | Bug 56595: Also switch the cache in DateUtil.isADateFormat() to ThreadLocals ... | Dominik Stadler | 2014-12-22 | 1 | -11/+37 |
* | Unit test to show that bug #53494 has already been fixed | Nick Burch | 2014-07-30 | 1 | -0/+26 |
* | Allow formatting of formula error cells, giving back the error string that Ex... | Nick Burch | 2013-10-31 | 1 | -0/+17 |
* | Bug 54786: Fix missing quoting in date formatting, add a number of unit | Dominik Stadler | 2013-08-16 | 1 | -1/+27 |
* | Add a test to show that bug #53150 has been fixed by the recent fraction work | Nick Burch | 2013-06-26 | 1 | -0/+3 |
* | Patch and unit test from Tim Allen from bug #54686 - Improve how DataFormatte... | Nick Burch | 2013-06-20 | 1 | -2/+14 |
* | Fix bug #54579 - Handle milliseconds in date formats eg ss.000 | Nick Burch | 2013-02-19 | 1 | -0/+34 |
* | bugzilla 54137 - improved performance of DataFormatter with Fractions | Yegor Kozlov | 2012-11-16 | 1 | -0/+39 |
* | Fix bug #53389 - Handle formatting General and @ formats even if a locale is ... | Nick Burch | 2012-06-12 | 1 | -0/+18 |
* | Add disabled tests for custom formats | Nick Burch | 2011-12-28 | 1 | -0/+17 |
* | Add AM/PM DataFormatter tests for bug #52389 (already working properly) | Nick Burch | 2011-12-28 | 1 | -0/+16 |
* | Bug #52389 - Handle ?/? format fractions as well as #/# ones, and tighten the... | Nick Burch | 2011-12-28 | 1 | -2/+8 |
* | Inspired by bug #52349 - Merge the logic between the TEXT function and DataFo... | Nick Burch | 2011-12-20 | 1 | -0/+12 |