aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/ss/usermodel/TestDataFormatter.java
Commit message (Expand)AuthorAgeFilesLines
* Sonar fixesAndreas Beeker2021-01-101-1/+1
* Sonar fixesAndreas Beeker2021-01-081-37/+37
* #65026 - Migrate tests to Junit 5Andreas Beeker2020-12-241-55/+56
* #64319 Tighten the scientific format code to avoid making eg TRUE into TRUE+,...Nick Burch2020-04-111-5/+29
* Add disabled unit test for #64319Nick Burch2020-04-071-0/+27
* Fix some IDE warnings and enable commented testDominik Stadler2019-03-311-16/+6
* #63292 1904 date windowing flag not used for some format casesGreg Woolsey2019-03-301-0/+31
* #63291 CellFormat global cache isn't thread-safeGreg Woolsey2019-03-301-6/+14
* [bug-63291] support concurrent date formatting with same DataFormatterPJ Fanning2019-03-271-16/+14
* add test for concurrent use of DataFormatterPJ Fanning2019-03-271-5/+45
* Bug 62839: Adjust MathX.floor() to handle negative values the sameDominik Stadler2018-12-261-0/+13
* change HyperLink getType to return HyperlinkTypePJ Fanning2017-09-181-1/+1
* [github-25] support excel number trailing comma format - Thabks to Luca Marti...PJ Fanning2017-07-061-3/+33
* [Bug 60422] fix data formatter issue with specific format in German localePJ Fanning2017-07-031-14/+7
* Remove check for jdk1.5 in test because POI now only supports jre1.6 and upPJ Fanning2017-07-031-22/+15
* add test case for date formatting using different localesPJ Fanning2017-07-021-1/+14
* Remove some deprecated *SSF APIsPJ Fanning2017-06-281-2/+28
* [Bug 60422] Fix forbidden-api build issuePJ Fanning2017-06-241-1/+1
* [Bug 60422] Tidy up test casePJ Fanning2017-06-241-4/+2
* Bug 60422 add testtestcase with current LocaleUtil workaroundPJ Fanning2017-06-231-0/+21
* Fix bug #61007Greg Woolsey2017-04-191-1/+1
* Fix bug #61007Greg Woolsey2017-04-191-1/+11
* Bug 60031: Enhance test some moreDominik Stadler2017-01-261-8/+21
* bug 60031: DataFormatter parses months incorrectly when put at the end of dat...Javen O'Neal2017-01-201-0/+12
* bug 60025: DataFormatter should print booleans as TRUE/FALSE, not true/falseJaven O'Neal2016-09-111-0/+21
* Fix some IntelliJ and Findbugs warnings: StringBuilder, foreach, append(), ...Dominik Stadler2016-07-171-5/+5
* Add a unit-test to verify that DataFormatter.formatCellValue() does format fo...Dominik Stadler2016-07-051-0/+20
* bug 59791: replace deprecated Cell.CELL_TYPE_* usage with CellType.*Javen O'Neal2016-07-041-1/+1
* findbugs fixesAndreas Beeker2016-06-121-1/+4
* Add some pre-checks to fail the test with better assertion if the locale is n...Dominik Stadler2016-06-111-0/+26
* bug 59638: patch from Axel Howind, support non-comma number grouping separato...Javen O'Neal2016-06-071-0/+19
* whitespaceJaven O'Neal2015-12-041-410/+406
* whitespaceJaven O'Neal2015-12-041-28/+28
* #58532 Enable more of the padding cell format tests, but a few remain to be f...Nick Burch2015-10-241-7/+20
* #58532 For Excel cell formats with 3+ parts to them (eg +ve,-ve,0), whichNick Burch2015-10-241-12/+15
* Format numbers more like Excel doesDavid North2015-10-061-0/+55
* Bug 58326 - Forbidden APIs patches - first set of changes for locale and time...Andreas Beeker2015-09-071-9/+36
* Bug 56595: Also switch the cache in DateUtil.isADateFormat() to ThreadLocals ...Dominik Stadler2014-12-221-11/+37
* Unit test to show that bug #53494 has already been fixedNick Burch2014-07-301-0/+26
* Allow formatting of formula error cells, giving back the error string that Ex...Nick Burch2013-10-311-0/+17
* Bug 54786: Fix missing quoting in date formatting, add a number of unitDominik Stadler2013-08-161-1/+27
* Add a test to show that bug #53150 has been fixed by the recent fraction workNick Burch2013-06-261-0/+3
* Patch and unit test from Tim Allen from bug #54686 - Improve how DataFormatte...Nick Burch2013-06-201-2/+14
* Fix bug #54579 - Handle milliseconds in date formats eg ss.000Nick Burch2013-02-191-0/+34
* bugzilla 54137 - improved performance of DataFormatter with FractionsYegor Kozlov2012-11-161-0/+39
* Fix bug #53389 - Handle formatting General and @ formats even if a locale is ...Nick Burch2012-06-121-0/+18
* Add disabled tests for custom formatsNick Burch2011-12-281-0/+17
* Add AM/PM DataFormatter tests for bug #52389 (already working properly)Nick Burch2011-12-281-0/+16
* Bug #52389 - Handle ?/? format fractions as well as #/# ones, and tighten the...Nick Burch2011-12-281-2/+8
* Inspired by bug #52349 - Merge the logic between the TEXT function and DataFo...Nick Burch2011-12-201-0/+12