| Commit message (Expand) | Author | Age | Files | Lines |
* | [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 |
* | bug 61045 -- allow for (and log!) extra bytes in FormatRecord. | Tim Allison | 2017-06-20 | 1 | -2/+11 |
* | whitespace | Javen O'Neal | 2017-06-20 | 1 | -71/+71 |
* | bug 52063: support 2-argument LOOKUP(lookup_value, array) function in Excel | Javen O'Neal | 2017-06-20 | 1 | -3/+58 |
* | Improve error message if we encounter invalid/unexpected files in integration... | Dominik Stadler | 2017-06-19 | 1 | -13/+15 |
* | Move one testcase with incorrect source location | Dominik Stadler | 2017-06-09 | 1 | -3/+3 |
* | fix eclipse resource leak warnings | Andreas Beeker | 2017-05-31 | 3 | -234/+243 |
* | Bug 60898 - XSSFColor's getARGB() method returns a wrong color value when a w... | Greg Woolsey | 2017-05-26 | 1 | -1/+1 |
* | Bug 61063: Add a RefListEval to handle UnionPtg and implement it for Rank(), ... | Dominik Stadler | 2017-05-23 | 2 | -24/+9 |
* | github-55: document that CellReference#isRowWithinRange(String rowNum, Spread... | Javen O'Neal | 2017-05-20 | 1 | -0/+18 |
* | replace "String.indexOf(String) >= 1" with "String.contains(String)" | Javen O'Neal | 2017-05-16 | 3 | -7/+10 |
* | github-43: add disabled unit test showing a problem with ROUNDUP(3987*0.2, 2)... | Javen O'Neal | 2017-05-16 | 2 | -20/+67 |
* | #52117 - Invalid "last printed" summary field value - added helper method to ... | Andreas Beeker | 2017-05-14 | 5 | -233/+147 |
* | HPSF: Change CustomProperties to delegate | Andreas Beeker | 2017-05-03 | 1 | -3/+3 |
* | HPSF: Enable new number types in VariantSupport | Andreas Beeker | 2017-05-02 | 1 | -46/+82 |
* | Fix hpsf javadocs and code issues | Andreas Beeker | 2017-05-02 | 6 | -854/+458 |
* | 60325: Add commented out test that reproduces the performance issue | Dominik Stadler | 2017-04-30 | 1 | -37/+146 |
* | bug 61034: Call to XSSFReader.getSheetsData() returns duplicate sheets. | Javen O'Neal | 2017-04-29 | 1 | -0/+9 |
* | bug 61049 fix ordering of builtin formulas | Tim Allison | 2017-04-27 | 1 | -2/+2 |
* | Use assertContains instead of assertTrue(text.contains) for better error mess... | Javen O'Neal | 2017-04-20 | 1 | -38/+34 |
* | Use assertContains instead of assertTrue(text.contains) for better error mess... | Javen O'Neal | 2017-04-19 | 2 | -25/+25 |
* | Fix bug #61007 | Greg Woolsey | 2017-04-19 | 1 | -1/+1 |
* | Fix bug #61007 | Greg Woolsey | 2017-04-19 | 1 | -1/+11 |
* | Let IntelliJ cleanup some code-warnings across the whole code-base: unnecessa... | Dominik Stadler | 2017-04-17 | 17 | -31/+31 |
* | roll back to hamcrest-core | Javen O'Neal | 2017-04-16 | 1 | -8/+9 |
* | change from hamcrest-core-1.3 to hamcrest-all-1.3 | Javen O'Neal | 2017-04-15 | 1 | -8/+20 |
* | use hamcrest matchers to reduce custom code | Javen O'Neal | 2017-04-15 | 1 | -40/+12 |
* | use assertStartsWith and assertEndsWith for better unit test error messages | Javen O'Neal | 2017-04-15 | 2 | -3/+45 |
* | bug 50955 and bug 60953 improve Big5 reader; ensure one character | Tim Allison | 2017-04-05 | 1 | -0/+77 |
* | Add tests from bug 45353 to show that this now works fine | Dominik Stadler | 2017-03-10 | 1 | -0/+14 |
* | add helper functions to make it easier to see which scenarios are being tested | Javen O'Neal | 2017-02-24 | 1 | -33/+60 |
* | bug 59893: close open resources to prevent leaks | Javen O'Neal | 2017-02-17 | 1 | -1/+3 |
* | convert from junit3 to junit4 | Javen O'Neal | 2017-02-17 | 1 | -7/+11 |
* | bug 59893: more unrelated changes from Andi | Javen O'Neal | 2017-02-17 | 2 | -26/+42 |
* | Bug #56822 fix COUNTIFS() | Greg Woolsey | 2017-02-14 | 1 | -71/+0 |
* | escape unicode chars | Andreas Beeker | 2017-02-11 | 1 | -6/+6 |
* | Use long for the dummy stream, to permit >2gb streams | Nick Burch | 2017-02-10 | 1 | -8/+17 |
* | Update the big file test to use POIFSFileSystem.create(File), and tweak javadocs | Nick Burch | 2017-02-10 | 1 | -14/+3 |
* | Start on a unit test for #60670, work required to get it passing | Nick Burch | 2017-02-09 | 1 | -0/+137 |
* | bug 59227: parse dates formatted in Japanese or Chinese. Change javac source ... | Javen O'Neal | 2017-02-08 | 1 | -0/+31 |
* | Convert all *.java files to use native end of line character(s) | Javen O'Neal | 2017-02-08 | 39 | -6276/+6276 |
* | Adjust expected font-size in tests, XSSF seems to use slightly larger fonts o... | Dominik Stadler | 2017-01-26 | 1 | -2/+2 |
* | Move test to base-test-class to run it for (S)XSSF as well | Dominik Stadler | 2017-01-26 | 2 | -73/+66 |
* | IntelliJ warnings, Javadoc, Formatting | Dominik Stadler | 2017-01-26 | 1 | -6/+3 |
* | Bug 60031: Enhance test some more | Dominik Stadler | 2017-01-26 | 1 | -8/+21 |
* | fix eclipse warnings - close resources | Andreas Beeker | 2017-01-23 | 5 | -427/+534 |
* | #59836 - Tracker: Replace primitives with enums | Andreas Beeker | 2017-01-22 | 5 | -88/+117 |
* | fix assert message typo | Javen O'Neal | 2017-01-20 | 1 | -4/+4 |