| Commit message (Expand) | Author | Age | Files | Lines |
* | Update site source for 4.1.0, prep build for 4.1.1 (via ant task) | Greg Woolsey | 2019-04-09 | 2 | -5/+5 |
* | Remove invalid import | Andreas Beeker | 2019-04-08 | 1 | -1/+0 |
* | bug 63327 allow retrieval of wmf data embedded in emf | Tim Allison | 2019-04-08 | 2 | -3/+41 |
* | Bug 63323 -- improve handling of multibyte characters | Tim Allison | 2019-04-08 | 3 | -7/+34 |
* | Fix a flaky test, it seems if the document is not closed, the automatic | Dominik Stadler | 2019-04-07 | 1 | -32/+33 |
* | Improve error message slightly and verify error when a File is passed in | Dominik Stadler | 2019-04-07 | 2 | -2/+13 |
* | Close more file-handles in tests and convert some more tests to junit-4 | Dominik Stadler | 2019-04-07 | 8 | -495/+534 |
* | try to fix javadoc issues | PJ Fanning | 2019-04-05 | 1 | -3/+6 |
* | Fix some IDE warnings and enable commented test | Dominik Stadler | 2019-03-31 | 2 | -25/+10 |
* | Add some more variants of HTML with preceding newline which we see frequently | Dominik Stadler | 2019-03-31 | 2 | -5/+20 |
* | Close more file-handles in tests, convert junit3 tests | Dominik Stadler | 2019-03-31 | 6 | -814/+840 |
* | replace version number 4.0.2 | PJ Fanning | 2019-03-31 | 5 | -5/+5 |
* | fix a condition not seen until a recent expansion of the stress test. Gracef... | Greg Woolsey | 2019-03-31 | 2 | -1/+15 |
* | fix unit test that I merged wrong. | Greg Woolsey | 2019-03-31 | 1 | -1/+1 |
* | #61700 getForceFormulaRecalculation() returns wrong value | Greg Woolsey | 2019-03-31 | 2 | -11/+9 |
* | [bug-61700] getForceFormulaRecalculation() returns wrong value. Fix thanks to... | PJ Fanning | 2019-03-30 | 2 | -2/+24 |
* | fix build issue | PJ Fanning | 2019-03-30 | 3 | -11/+43 |
* | #63292 1904 date windowing flag not used for some format cases | Greg Woolsey | 2019-03-30 | 2 | -6/+45 |
* | #63291 CellFormat global cache isn't thread-safe | Greg Woolsey | 2019-03-30 | 4 | -8/+26 |
* | #63302 Formula evaluation of names with offset or row function is incorrect | Greg Woolsey | 2019-03-30 | 2 | -6/+22 |
* | [bug-63291] support concurrent date formatting with same DataFormatter | PJ Fanning | 2019-03-27 | 2 | -25/+28 |
* | add test for concurrent use of DataFormatter | PJ Fanning | 2019-03-27 | 1 | -5/+45 |
* | [github-142] issue in ExcelComparator example. Thanks to chirkovmail. This cl... | PJ Fanning | 2019-03-22 | 1 | -3/+3 |
* | upgrade xmlsec, slf4j, batik | PJ Fanning | 2019-03-21 | 1 | -2/+2 |
* | upgrade bouncycastle and curvesapi | PJ Fanning | 2019-03-21 | 1 | -1/+1 |
* | possible npe in test | PJ Fanning | 2019-03-21 | 1 | -1/+1 |
* | remove unncessary synchronization | PJ Fanning | 2019-03-20 | 1 | -1/+1 |
* | some javadoc issues | PJ Fanning | 2019-03-20 | 3 | -15/+4 |
* | use xmlbeans-3.0.3 rc version | PJ Fanning | 2019-03-20 | 1 | -616/+616 |
* | Switch to parameterized test and add some more information to try to find | Dominik Stadler | 2019-03-19 | 1 | -13/+35 |
* | Remove more remnants of NPOIFSFileSystem, mostly in comments and variable names | Dominik Stadler | 2019-03-19 | 32 | -120/+110 |
* | [bug-63268] fix issue where CellUtil.setFont is adding unnecessary styles | PJ Fanning | 2019-03-19 | 2 | -1/+25 |
* | pre-release maintenance: | Greg Woolsey | 2019-03-19 | 1 | -0/+0 |
* | Fix a unit test that changed with the implementation of another function. | Greg Woolsey | 2019-03-18 | 1 | -12/+2 |
* | #60724 - Partial implementation for SUBTOTAL() 'ignore hidden rows' variations | Greg Woolsey | 2019-03-18 | 16 | -22/+195 |
* | Fix forbidden apis error | Andreas Beeker | 2019-03-16 | 1 | -1/+1 |
* | Use JPG source, otherwise we have problems with Alpha conversion in OpenJDK. | Andreas Beeker | 2019-03-16 | 1 | -1/+1 |
* | Bug 61472: Convert date/time strings to numbers when evaluating formulas | Yegor Kozlov | 2019-03-16 | 6 | -6/+142 |
* | Handle possible invalid date value (#61652) | Greg Woolsey | 2019-03-16 | 1 | -0/+3 |
* | #63264 Conditional Format rule evaluation calculates relative references inco... | Greg Woolsey | 2019-03-16 | 3 | -13/+43 |
* | fix some cases where iterator usage does not check hasNext | PJ Fanning | 2019-03-14 | 3 | -23/+24 |
* | Fix URL for test | Dominik Stadler | 2019-03-10 | 1 | -1/+2 |
* | Bug 63221: Add margin-settings for top, bottom, left and right to XSSFPrintSetup | Dominik Stadler | 2019-03-10 | 2 | -52/+161 |
* | Adjust test to not fail with Xerces XML Parser, fix some IDE warnings | Dominik Stadler | 2019-03-10 | 4 | -23/+25 |
* | [bug-63240] make SAXHelper.newXMLReader non-synchronized] | PJ Fanning | 2019-03-06 | 3 | -1/+35 |
* | [bug-63240] make DocumentHelper.newDocumentBuilder non-synchronized] | PJ Fanning | 2019-03-06 | 2 | -1/+19 |
* | Close more file-handles in tests | Dominik Stadler | 2019-03-03 | 7 | -686/+701 |
* | Fix a regression test failure, toString() should never return null | Dominik Stadler | 2019-03-03 | 5 | -91/+100 |
* | Bug 63200: Avoid NullPointerException in XSLFShape.selectPaint() and check so... | Dominik Stadler | 2019-03-02 | 5 | -27/+80 |
* | Bug 62151: Fix warnings about illegal reflective access in Java 9+ by | Dominik Stadler | 2019-03-02 | 2 | -25/+214 |