| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | add test case for bug 61701 and use StringBuilder in more places | PJ Fanning | 2017-10-31 | 1 | -1/+1 |
* | Remove more deprecated code | PJ Fanning | 2017-10-23 | 2 | -24/+7 |
* | Introduce new BorderFormatting methods to expose border styles | PJ Fanning | 2017-10-22 | 2 | -31/+31 |
* | Remove use of deprecated methods | PJ Fanning | 2017-10-22 | 9 | -74/+74 |
* | Remove use of deprecated methods | PJ Fanning | 2017-10-22 | 5 | -28/+28 |
* | cleanup for r1812470: avoid NPEs from string.isEmpty() | Javen O'Neal | 2017-10-18 | 1 | -2/+2 |
* | convert "".equals(string) to string.isEmpty() | Javen O'Neal | 2017-10-18 | 2 | -2/+2 |
* | string.equals("") -> string.isEmpty() or "".equals(string) | Javen O'Neal | 2017-10-18 | 1 | -1/+1 |
* | adjust tests, javadoc, ... | Dominik Stadler | 2017-10-11 | 4 | -23/+21 |
* | Remove "filling" in IntList as this has no effect whatsoever as far as I coul... | Dominik Stadler | 2017-10-11 | 1 | -23/+74 |
* | Add test which shows that bug 51262 is fixed now | Dominik Stadler | 2017-10-09 | 1 | -0/+28 |
* | Apply patch from bug 61096: Add support for modules in VBAMacroReader | Dominik Stadler | 2017-10-07 | 1 | -56/+36 |
* | Bug 61064: Support behavior of function CEILING in newer versions of Microsof... | Dominik Stadler | 2017-09-28 | 1 | -25/+70 |
* | Adjust some unit-tests, use try-with-resource, enable test which works now, ... | Dominik Stadler | 2017-09-26 | 3 | -55/+31 |
* | Replace deprecated CellReference class and some other warnings fixed | Dominik Stadler | 2017-09-26 | 5 | -94/+73 |
* | Remove more deprecated classes and methods | PJ Fanning | 2017-09-23 | 4 | -13/+9 |
* | tidy up some test code | PJ Fanning | 2017-09-19 | 2 | -8/+8 |
* | Add test to verify that bug 61532 is fixed as far as I see via the changes fo... | Dominik Stadler | 2017-09-19 | 1 | -5/+29 |
* | Adjust to make forbidden-api-check succeed again | Dominik Stadler | 2017-09-19 | 2 | -19/+6 |
* | Bug 61148: Fix calculating formula value, unfortunately we currently need to ... | Dominik Stadler | 2017-09-19 | 3 | -71/+307 |
* | Fix some IntelliJ warnings | Dominik Stadler | 2017-09-19 | 1 | -11/+4 |
* | 60805 (partial) -- remove/suppress println in tests | Tim Allison | 2017-09-19 | 9 | -24/+70 |
* | While working on bug 61148 I found that getCellType() and setCellErrorValue()... | Dominik Stadler | 2017-09-19 | 1 | -0/+42 |
* | use non-deprecated versions of getCellType | PJ Fanning | 2017-09-18 | 16 | -21/+21 |
* | change HyperLink getType to return HyperlinkType | PJ Fanning | 2017-09-18 | 9 | -78/+78 |
* | update getCellType to return CellType enum instead of int | PJ Fanning | 2017-09-18 | 24 | -112/+112 |
* | update getCellType to return CellType enum instead of int | PJ Fanning | 2017-09-18 | 1 | -1/+1 |
* | update getCellType to return CellType enum instead of int | PJ Fanning | 2017-09-18 | 9 | -157/+122 |
* | Remove deprecated methods from NPOIFSFileSystem/OPOIFSFileSystem | Dominik Stadler | 2017-09-17 | 1 | -18/+11 |
* | Various code cleanups, "final" for static methods is useless, for-loops, simp... | Dominik Stadler | 2017-09-17 | 6 | -15/+11 |
* | Fix some compiler warnings | Dominik Stadler | 2017-09-16 | 8 | -172/+153 |
* | Use Integer.compare() where possible | Dominik Stadler | 2017-09-16 | 1 | -1/+1 |
* | Fix some warnings in unit tests | Dominik Stadler | 2017-09-16 | 9 | -18/+21 |
* | Remove unnecessary local variables | Dominik Stadler | 2017-09-16 | 13 | -30/+16 |
* | Remove unnecessary type arguments (Java 8) | Dominik Stadler | 2017-09-16 | 59 | -97/+97 |
* | Remove unnecessary type arguments | Dominik Stadler | 2017-09-16 | 1 | -1/+1 |
* | Remove unused imports | Dominik Stadler | 2017-09-16 | 4 | -5/+0 |
* | Remove unnecessary casts and toString() calls | Dominik Stadler | 2017-09-16 | 1 | -1/+1 |
* | Remove unnecessary semicolons | Dominik Stadler | 2017-09-16 | 1 | -2/+2 |
* | Remove unnecessary initialization of members | Dominik Stadler | 2017-09-16 | 6 | -9/+9 |
* | Let IntelliJ cleanup some code-warnings across the whole code-base: unnecessa... | Dominik Stadler | 2017-09-16 | 6 | -15/+15 |
* | Tried to reproduce bug 61300, but could not. | Dominik Stadler | 2017-09-16 | 2 | -16/+28 |
* | remove some deprecated code slated for removal in 3.18 | PJ Fanning | 2017-09-15 | 1 | -11/+0 |
* | remove deprecated inner classes from HSFColor | PJ Fanning | 2017-09-15 | 1 | -8/+6 |
* | remove some deprecated code slated for removal in 3.18 | PJ Fanning | 2017-09-14 | 2 | -52/+22 |
* | remove some deprecated code slated for removal in 3.18 | PJ Fanning | 2017-09-14 | 1 | -45/+0 |
* | add missing licenses on test classes | PJ Fanning | 2017-09-14 | 1 | -0/+17 |
* | 60279 -- back off to brute-force search for macro content if offset informati... | Tim Allison | 2017-09-14 | 1 | -0/+20 |
* | Numeric Array Formula and Matrix Function [from Bob95132] This closes #69 | PJ Fanning | 2017-09-13 | 2 | -1/+228 |
* | Verify that bug 61294 is fixed now, add some more coverage for IOUtils in gen... | Dominik Stadler | 2017-08-25 | 1 | -1/+58 |