| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | disabled a test failing under jdk 1.5: it assumes rounding mode half-up and j... | Yegor Kozlov | 2011-12-09 | 1 | -13/+20 |
* | More elapsed time unit tests | Nick Burch | 2011-07-07 | 1 | -1/+9 |
* | Fix bug #51115 - Handle DataFormatter escaping of "." in the same way as "-" ... | Nick Burch | 2011-05-03 | 1 | -0/+12 |
* | improved DataFormatter, see Bugzilla 50841 | Yegor Kozlov | 2011-03-19 | 1 | -10/+130 |
* | When formatting numbers with DataFormatter, handle brackets following colours | Nick Burch | 2010-06-14 | 1 | -0/+38 |
* | Fix inspired by bug #48872 - allow DateFormatter.formatRawCellContents to han... | Nick Burch | 2010-06-01 | 1 | -3/+10 |
* | More work inspired by bug #48872 - handle MMMMM and elapsed time formatting r... | Nick Burch | 2010-06-01 | 1 | -0/+68 |
* | More fixes inspired by bug #48872 - handle zero formatting rules, and better ... | Nick Burch | 2010-06-01 | 1 | -0/+81 |
* | Add patch from Jukka from bug #48617 + test - Optionally allow the overriding... | Nick Burch | 2010-01-26 | 1 | -0/+43 |