aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Update site source for 4.1.0, prep build for 4.1.1 (via ant task)Greg Woolsey2019-04-092-5/+5
* Remove invalid importAndreas Beeker2019-04-081-1/+0
* bug 63327 allow retrieval of wmf data embedded in emfTim Allison2019-04-082-3/+41
* Bug 63323 -- improve handling of multibyte charactersTim Allison2019-04-083-7/+34
* Fix a flaky test, it seems if the document is not closed, the automaticDominik Stadler2019-04-071-32/+33
* Improve error message slightly and verify error when a File is passed inDominik Stadler2019-04-072-2/+13
* Close more file-handles in tests and convert some more tests to junit-4Dominik Stadler2019-04-078-495/+534
* try to fix javadoc issuesPJ Fanning2019-04-051-3/+6
* Fix some IDE warnings and enable commented testDominik Stadler2019-03-312-25/+10
* Add some more variants of HTML with preceding newline which we see frequentlyDominik Stadler2019-03-312-5/+20
* 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-304-8/+26
* #63302 Formula evaluation of names with offset or row function is incorrectGreg Woolsey2019-03-302-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
* [github-142] issue in ExcelComparator example. Thanks to chirkovmail. This cl...PJ Fanning2019-03-221-3/+3
* upgrade xmlsec, slf4j, batikPJ Fanning2019-03-211-2/+2
* upgrade bouncycastle and curvesapiPJ Fanning2019-03-211-1/+1
* 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-201-616/+616
* 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-191-0/+0
* Fix a unit test that changed with the implementation of another function.Greg Woolsey2019-03-181-12/+2
* #60724 - Partial implementation for SUBTOTAL() 'ignore hidden rows' variationsGreg Woolsey2019-03-1816-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-166-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
* [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
* 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-025-27/+80
* Bug 62151: Fix warnings about illegal reflective access in Java 9+ byDominik Stadler2019-03-022-25/+214