| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove commented out System.out calls / Move DummyGraphics2d to testcase area... | Andreas Beeker | 2018-11-19 | 1 | -0/+832 |
* | Try to fix ImageIO cache error | Andreas Beeker | 2018-11-16 | 1 | -12/+12 |
* | One more try to avoid the test-failures related to ImageIO-cache dir | Dominik Stadler | 2018-11-16 | 1 | -12/+12 |
* | Try to create the temporary directory for ImageIO to see if that makes | Dominik Stadler | 2018-11-16 | 1 | -5/+18 |
* | #62649 - Remove OPOIFS* / rename NPOIFS* to POIFS* | Andreas Beeker | 2018-08-31 | 6 | -55/+37 |
* | #62649 - Remove OPOIFS | Andreas Beeker | 2018-08-26 | 2 | -170/+113 |
* | Cleanup Biff8EncryptionKey usage and use HPSF constants instead of duplicated... | Andreas Beeker | 2018-05-01 | 7 | -100/+73 |
* | Streamline assertion-usage in some tests | Dominik Stadler | 2018-04-27 | 1 | -12/+9 |
* | Bug 62165: Do not close stream when opening succeeds | Dominik Stadler | 2018-04-04 | 1 | -29/+24 |
* | Some IntelliJ and Javadoc fixes | Dominik Stadler | 2018-03-04 | 1 | -2/+2 |
* | tidy up API for font index | PJ Fanning | 2018-02-26 | 1 | -2/+2 |
* | further uptake of int methods for font lookups | PJ Fanning | 2018-02-22 | 1 | -17/+17 |
* | [github-94] Add Range Copier. Thanks to Dragan Jovanović. This closes #94 | PJ Fanning | 2018-02-14 | 2 | -1/+42 |
* | add missing licenses to source code | PJ Fanning | 2018-01-30 | 2 | -2/+38 |
* | [github-81] Formula adjusting in context of column shifting. Thanks to Dragan... | PJ Fanning | 2018-01-30 | 2 | -0/+85 |
* | use StandardCharsets | PJ Fanning | 2017-12-19 | 1 | -1/+1 |
* | Adjust some tests to properly close resources | Dominik Stadler | 2017-11-05 | 1 | -129/+109 |
* | Bug #57517: Fix various things in HSSFOptimiser to make many more cases work ... | Dominik Stadler | 2017-11-05 | 1 | -4/+390 |
* | Fix some IntelliJ and JavaDoc warnings and avoid code-duplication and duplica... | Dominik Stadler | 2017-11-04 | 2 | -84/+37 |
* | Remove more deprecated code | PJ Fanning | 2017-10-23 | 1 | -0/+6 |
* | Introduce new BorderFormatting methods to expose border styles | PJ Fanning | 2017-10-22 | 1 | -2/+2 |
* | Remove use of deprecated methods | PJ Fanning | 2017-10-22 | 4 | -21/+21 |
* | Remove use of deprecated methods | PJ Fanning | 2017-10-22 | 3 | -13/+13 |
* | adjust tests, javadoc, ... | Dominik Stadler | 2017-10-11 | 2 | -21/+4 |
* | Add test which shows that bug 51262 is fixed now | Dominik Stadler | 2017-10-09 | 1 | -0/+28 |
* | Adjust some unit-tests, use try-with-resource, enable test which works now, ... | Dominik Stadler | 2017-09-26 | 2 | -47/+27 |
* | Replace deprecated CellReference class and some other warnings fixed | Dominik Stadler | 2017-09-26 | 2 | -77/+59 |
* | Remove more deprecated classes and methods | PJ Fanning | 2017-09-23 | 1 | -10/+0 |
* | tidy up some test code | PJ Fanning | 2017-09-19 | 2 | -8/+8 |
* | Bug 61148: Fix calculating formula value, unfortunately we currently need to ... | Dominik Stadler | 2017-09-19 | 1 | -39/+8 |
* | 60805 (partial) -- remove/suppress println in tests | Tim Allison | 2017-09-19 | 1 | -4/+11 |
* | use non-deprecated versions of getCellType | PJ Fanning | 2017-09-18 | 7 | -7/+7 |
* | change HyperLink getType to return HyperlinkType | PJ Fanning | 2017-09-18 | 3 | -15/+15 |
* | update getCellType to return CellType enum instead of int | PJ Fanning | 2017-09-18 | 5 | -21/+21 |
* | 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 | 2 | -36/+36 |
* | Various code cleanups, "final" for static methods is useless, for-loops, simp... | Dominik Stadler | 2017-09-17 | 2 | -2/+2 |
* | Remove unnecessary local variables | Dominik Stadler | 2017-09-16 | 3 | -8/+4 |
* | Remove unnecessary type arguments (Java 8) | Dominik Stadler | 2017-09-16 | 23 | -41/+41 |
* | Remove unnecessary type arguments | Dominik Stadler | 2017-09-16 | 1 | -1/+1 |
* | Remove unnecessary initialization of members | Dominik Stadler | 2017-09-16 | 2 | -2/+2 |
* | Let IntelliJ cleanup some code-warnings across the whole code-base: unnecessa... | Dominik Stadler | 2017-09-16 | 5 | -10/+10 |
* | Tried to reproduce bug 61300, but could not. | Dominik Stadler | 2017-09-16 | 1 | -5/+1 |
* | remove deprecated inner classes from HSFColor | PJ Fanning | 2017-09-15 | 1 | -8/+6 |
* | add missing licenses on test classes | PJ Fanning | 2017-09-14 | 1 | -0/+17 |
* | Numeric Array Formula and Matrix Function [from Bob95132] This closes #69 | PJ Fanning | 2017-09-13 | 1 | -0/+223 |
* | Assert on the contents of the byte-array to see if the problem happens during... | Dominik Stadler | 2017-08-01 | 1 | -0/+5 |
* | #61363 - Unify escher shape id allocation | Andreas Beeker | 2017-07-30 | 5 | -116/+66 |
* | Refactor test somewhat to make it easier to see what it actually verifies | Dominik Stadler | 2017-07-24 | 1 | -34/+53 |
* | javadoc: replace invalid self enclosing elements | PJ Fanning | 2017-07-17 | 17 | -31/+31 |