| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 5 | -8/+28 |
* | #63302 Formula evaluation of names with offset or row function is incorrect | Greg Woolsey | 2019-03-30 | 3 | -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 |
* | use released version of xmlbeans 3.1.0 | PJ Fanning | 2019-03-26 | 4 | -12/+2 |
* | xmlbeans 3.1.0 | PJ Fanning | 2019-03-22 | 5 | -9/+7 |
* | [github-142] issue in ExcelComparator example. Thanks to chirkovmail. This cl... | PJ Fanning | 2019-03-22 | 1 | -3/+3 |
* | reorder jar files | PJ Fanning | 2019-03-21 | 1 | -3/+1 |
* | reorder jar files | PJ Fanning | 2019-03-21 | 1 | -1/+1 |
* | upgrade xmlsec, slf4j, batik | PJ Fanning | 2019-03-21 | 5 | -13/+16 |
* | upgrade bouncycastle and curvesapi | PJ Fanning | 2019-03-21 | 6 | -20/+22 |
* | commons-codec - 1.12 | PJ Fanning | 2019-03-21 | 5 | -6/+7 |
* | commons-collections4 - 4.3 | PJ Fanning | 2019-03-21 | 5 | -7/+8 |
* | try to fix gradle build | PJ Fanning | 2019-03-21 | 1 | -1/+1 |
* | try to fix gradle build | PJ Fanning | 2019-03-21 | 2 | -9/+5 |
* | try to fix gradle build | PJ Fanning | 2019-03-21 | 1 | -3/+8 |
* | 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 | 6 | -622/+644 |
* | Remove old versions of commons-collections also in ooxml-lib, we loaded | Dominik Stadler | 2019-03-19 | 1 | -0/+1 |
* | 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 | 9 | -1/+95 |
* | Fix a unit test that changed with the implementation of another function. | Greg Woolsey | 2019-03-18 | 2 | -15/+5 |
* | #60724 - Partial implementation for SUBTOTAL() 'ignore hidden rows' variations | Greg Woolsey | 2019-03-18 | 17 | -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 | 7 | -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 |
* | Jenkins DSL: Enable job for running API-Check again now that we compare 4.x t... | Dominik Stadler | 2019-03-10 | 1 | -2/+1 |
* | [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 |
* | Jenkins DSL: Add XMLBeans-JDK-12, still disabled, though | Dominik Stadler | 2019-03-03 | 1 | -5/+22 |
* | Update file-leak excludes for XMLBeans/jaxb | Dominik Stadler | 2019-03-03 | 1 | -3/+4 |
* | Close more file-handles in tests | Dominik Stadler | 2019-03-03 | 7 | -686/+701 |