aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Close more file-handles in tests, convert junit3 testsDominik Stadler2019-03-316-814/+840
* replace version number 4.0.2PJ Fanning2019-03-315-5/+5
* fix a condition not seen until a recent expansion of the stress test. Gracef...Greg Woolsey2019-03-312-1/+15
* fix unit test that I merged wrong.Greg Woolsey2019-03-311-1/+1
* #61700 getForceFormulaRecalculation() returns wrong valueGreg Woolsey2019-03-312-11/+9
* [bug-61700] getForceFormulaRecalculation() returns wrong value. Fix thanks to...PJ Fanning2019-03-302-2/+24
* fix build issuePJ Fanning2019-03-303-11/+43
* #63292 1904 date windowing flag not used for some format casesGreg Woolsey2019-03-302-6/+45
* #63291 CellFormat global cache isn't thread-safeGreg Woolsey2019-03-305-8/+28
* #63302 Formula evaluation of names with offset or row function is incorrectGreg Woolsey2019-03-303-6/+22
* [bug-63291] support concurrent date formatting with same DataFormatterPJ Fanning2019-03-272-25/+28
* add test for concurrent use of DataFormatterPJ Fanning2019-03-271-5/+45
* use released version of xmlbeans 3.1.0PJ Fanning2019-03-264-12/+2
* xmlbeans 3.1.0PJ Fanning2019-03-225-9/+7
* [github-142] issue in ExcelComparator example. Thanks to chirkovmail. This cl...PJ Fanning2019-03-221-3/+3
* reorder jar filesPJ Fanning2019-03-211-3/+1
* reorder jar filesPJ Fanning2019-03-211-1/+1
* upgrade xmlsec, slf4j, batikPJ Fanning2019-03-215-13/+16
* upgrade bouncycastle and curvesapiPJ Fanning2019-03-216-20/+22
* commons-codec - 1.12PJ Fanning2019-03-215-6/+7
* commons-collections4 - 4.3PJ Fanning2019-03-215-7/+8
* try to fix gradle buildPJ Fanning2019-03-211-1/+1
* try to fix gradle buildPJ Fanning2019-03-212-9/+5
* try to fix gradle buildPJ Fanning2019-03-211-3/+8
* possible npe in testPJ Fanning2019-03-211-1/+1
* remove unncessary synchronizationPJ Fanning2019-03-201-1/+1
* some javadoc issuesPJ Fanning2019-03-203-15/+4
* use xmlbeans-3.0.3 rc versionPJ Fanning2019-03-206-622/+644
* Remove old versions of commons-collections also in ooxml-lib, we loadedDominik Stadler2019-03-191-0/+1
* Switch to parameterized test and add some more information to try to findDominik Stadler2019-03-191-13/+35
* Remove more remnants of NPOIFSFileSystem, mostly in comments and variable namesDominik Stadler2019-03-1932-120/+110
* [bug-63268] fix issue where CellUtil.setFont is adding unnecessary stylesPJ Fanning2019-03-192-1/+25
* pre-release maintenance:Greg Woolsey2019-03-199-1/+95
* Fix a unit test that changed with the implementation of another function.Greg Woolsey2019-03-182-15/+5
* #60724 - Partial implementation for SUBTOTAL() 'ignore hidden rows' variationsGreg Woolsey2019-03-1817-22/+195
* Fix forbidden apis errorAndreas Beeker2019-03-161-1/+1
* Use JPG source, otherwise we have problems with Alpha conversion in OpenJDK.Andreas Beeker2019-03-161-1/+1
* Bug 61472: Convert date/time strings to numbers when evaluating formulasYegor Kozlov2019-03-167-6/+142
* Handle possible invalid date value (#61652)Greg Woolsey2019-03-161-0/+3
* #63264 Conditional Format rule evaluation calculates relative references inco...Greg Woolsey2019-03-163-13/+43
* fix some cases where iterator usage does not check hasNextPJ Fanning2019-03-143-23/+24
* Fix URL for testDominik Stadler2019-03-101-1/+2
* Bug 63221: Add margin-settings for top, bottom, left and right to XSSFPrintSetupDominik Stadler2019-03-102-52/+161
* Adjust test to not fail with Xerces XML Parser, fix some IDE warningsDominik Stadler2019-03-104-23/+25
* Jenkins DSL: Enable job for running API-Check again now that we compare 4.x t...Dominik Stadler2019-03-101-2/+1
* [bug-63240] make SAXHelper.newXMLReader non-synchronized]PJ Fanning2019-03-063-1/+35
* [bug-63240] make DocumentHelper.newDocumentBuilder non-synchronized]PJ Fanning2019-03-062-1/+19
* Jenkins DSL: Add XMLBeans-JDK-12, still disabled, thoughDominik Stadler2019-03-031-5/+22
* Update file-leak excludes for XMLBeans/jaxbDominik Stadler2019-03-031-3/+4
* Close more file-handles in testsDominik Stadler2019-03-037-686/+701