aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix a regression test failure, toString() should never return nullDominik Stadler2019-03-035-91/+100
* Bug 63200: Avoid NullPointerException in XSLFShape.selectPaint() and check so...Dominik Stadler2019-03-026-27/+80
* Bug 62151: Fix warnings about illegal reflective access in Java 9+ byDominik Stadler2019-03-022-25/+214
* Fix detecting Java <= 8 vs. >= 9 to not detect Java 8 for version-string "11.x"Dominik Stadler2019-03-021-4/+7
* Add batik-jars to findbugs-taskDominik Stadler2019-02-231-0/+3
* Close file-handles for slideshows also when construction fails or when dual-s...Dominik Stadler2019-02-2322-836/+903
* Remove some remnants of NFileSystemDominik Stadler2019-02-236-18/+6
* Add some more testing for bug 63151: NullPointerException in HSSFOptimiser.op...Dominik Stadler2019-02-233-16/+20
* Adjust BaseIntegrationTest some more to better handle invalid file extensionsDominik Stadler2019-02-231-59/+59
* Bug 60980: Fix parsing formulas with intersections in functions argsYegor Kozlov2019-02-213-3/+76
* [bug-63151] handle NPE in UnicodeStringPJ Fanning2019-02-192-16/+44
* [bug-63187] fix typosPJ Fanning2019-02-183-5/+5
* Bug 63029: fixed failing test in test-ooxml-lite Yegor Kozlov2019-02-131-0/+1
* Bug 63029: revert handling NotOfficeXmlFileException in ZipPackage as this ch...Yegor Kozlov2019-02-132-2/+9
* Bug 63029: OPCPackage Potentially clobbers files on close() Yegor Kozlov2019-02-122-3/+45
* Bug 62980: Make D* functions ignore case in headingsYegor Kozlov2019-02-092-1/+2
* Jenkins DSL: Add more output in test-env-buildDominik Stadler2019-01-271-1/+1
* ... link external againAndreas Beeker2019-01-270-0/+0
* remove new documentation directory and then ...Andreas Beeker2019-01-270-0/+0
* Jenkins DSL: Adjust the list of JDKs that we look for in the testevn-jobDominik Stadler2019-01-271-4/+2
* removed accidentally added release-notesVladislav Galas2019-01-271-44/+0
* Add reproducing test-case for a bug we found newly introduced in JDK 12-ea+28Dominik Stadler2019-01-271-0/+53
* Fix some IDE warnings and better output in unit testDominik Stadler2019-01-273-38/+43
* Exclude one more local file from rat-checksDominik Stadler2019-01-271-0/+1
* Adjust handling of some exceptions in regression testsDominik Stadler2019-01-275-30/+61
* Bug 60405: Add initial support for cetab functions so some macros can beDominik Stadler2019-01-2713-110/+1016
* Ignore file-leaks from openjpa/derby/log4j for the regression testsDominik Stadler2019-01-271-4/+12
* pulled *Cell.setCellValue(String), setCellValue(RichTextString) to the common...Vladislav Galas2019-01-266-122/+141