aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/ss/usermodel/TestDataFormatter.java
Commit message (Expand)AuthorAgeFilesLines
* 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
* disabled a test failing under jdk 1.5: it assumes rounding mode half-up and j...Yegor Kozlov2011-12-091-13/+20
* More elapsed time unit testsNick Burch2011-07-071-1/+9
* Fix bug #51115 - Handle DataFormatter escaping of "." in the same way as "-" ...Nick Burch2011-05-031-0/+12
* improved DataFormatter, see Bugzilla 50841Yegor Kozlov2011-03-191-10/+130
* When formatting numbers with DataFormatter, handle brackets following coloursNick Burch2010-06-141-0/+38
* Fix inspired by bug #48872 - allow DateFormatter.formatRawCellContents to han...Nick Burch2010-06-011-3/+10
* More work inspired by bug #48872 - handle MMMMM and elapsed time formatting r...Nick Burch2010-06-011-0/+68
* More fixes inspired by bug #48872 - handle zero formatting rules, and better ...Nick Burch2010-06-011-0/+81
* Add patch from Jukka from bug #48617 + test - Optionally allow the overriding...Nick Burch2010-01-261-0/+43