aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Apply patch from bug 61096: Add support for modules in VBAMacroReaderDominik Stadler2017-10-073-98/+169
* Bug 61586: Add test which shows that it works as expectedDominik Stadler2017-10-061-7/+89
* Bug 61564: Try to get rid of the Java 9 illegal access warning now that we ru...Dominik Stadler2017-10-043-3/+23
* Add some more code from the separate integration test project to be able to p...Dominik Stadler2017-10-043-4/+262
* Bug 61064: Support behavior of function CEILING in newer versions of Microsof...Dominik Stadler2017-09-282-28/+72
* Bug 61082: Adjust JavaDoc for getFirst/LastRow/Cell to explain that there mig...Dominik Stadler2017-09-282-1/+21
* Fix bug 61516: when copying cells with formulas we should properly check for ...Dominik Stadler2017-09-282-65/+95
* Adjust some unit-tests, use try-with-resource, enable test which works now, ...Dominik Stadler2017-09-264-81/+42
* Replace "getEntry() plus catch" by "hasEntry()" in HSSFWorkbookDominik Stadler2017-09-261-6/+2
* Fixup change for CellReference to keep the behavior the same as beforeDominik Stadler2017-09-261-1/+1
* Replace deprecated CellReference class and some other warnings fixedDominik Stadler2017-09-268-111/+82
* Fix some Sonar issuesDominik Stadler2017-09-255-38/+29
* Replace the incompatible new interface method endSheet() with a Java 8 defaul...Dominik Stadler2017-09-254-25/+2
* Bug 61349 -- bump limits on classes that caused regressions in Dominik's regr...Tim Allison2017-09-257-7/+7
* Remove more deprecated classes and methodsPJ Fanning2017-09-2310-149/+11
* Fix compiling Examples after adding new interface-method, fix compiler warnin...Dominik Stadler2017-09-234-36/+26
* Tried to enable this test, but it is broken since a long time and I am not su...Dominik Stadler2017-09-231-5/+10
* Apply patch to add endSheet() to the XSSFEventBasedExcelExtractor, fixes bug ...Dominik Stadler2017-09-234-18/+18
* More IntelliJ warnings fixesDominik Stadler2017-09-2317-356/+232
* Bug 59747: Adjust order of first two entries in the resulting Zip to try to e...Dominik Stadler2017-09-221-4/+4
* Adjust many examples for Java 8: try-with-resource, multi-catch and other cod...Dominik Stadler2017-09-2298-2406/+2142
* Fix some IntelliJ warningsDominik Stadler2017-09-222-70/+42
* Javadoc fixNick Burch2017-09-211-1/+1
* Bug 61349 -- add more sanity checks when allocating byte[]Tim Allison2017-09-21135-193/+772
* Apply patch from bug 61033 to add a XSSFWorkbook.setCellFormulaValidation(fal...Dominik Stadler2017-09-203-3/+67
* Bug 61528 - Pivot Table enhancements, new example [Thanks to R Kietel]. This ...PJ Fanning2017-09-191-0/+124
* Bug 61528 - Pivot Table enhancements, new example [Thanks to R Kietel]. This ...PJ Fanning2017-09-192-5/+146
* tidy up some test codePJ Fanning2017-09-195-61/+29
* Add test to verify that bug 61532 is fixed as far as I see via the changes fo...Dominik Stadler2017-09-191-5/+29
* Adjust to make forbidden-api-check succeed againDominik Stadler2017-09-194-31/+12
* Bug 61148: Fix calculating formula value, unfortunately we currently need to ...Dominik Stadler2017-09-1910-373/+369
* IntelliJ warnings, deprecationDominik Stadler2017-09-195-26/+18
* Fix some IntelliJ warningsDominik Stadler2017-09-196-96/+41
* 60805 (partial) -- remove/suppress println in testsTim Allison2017-09-1922-47/+145
* While working on bug 61148 I found that getCellType() and setCellErrorValue()...Dominik Stadler2017-09-193-28/+84
* bug 61454: add column width to example Spreadsheet ToHtml; thanks to Christia...Javen O'Neal2017-09-191-1/+1
* bug 61454: add column width to example Spreadsheet ToHtml; thanks to Christia...Javen O'Neal2017-09-192-8/+59
* Bug 61520: Add JavaDoc about name-references in ExcelDominik Stadler2017-09-181-0/+5
* use non-deprecated versions of getCellTypePJ Fanning2017-09-1834-96/+96
* change CellFormat.ultimateType to return CellTypePJ Fanning2017-09-182-18/+16
* change HyperLink getType to return HyperlinkTypePJ Fanning2017-09-1822-176/+183
* fix compiler warningsPJ Fanning2017-09-181-37/+37
* update getCellType to return CellType enum instead of intPJ Fanning2017-09-1846-181/+181
* update getCellType to return CellType enum instead of intPJ Fanning2017-09-189-36/+36
* update getCellType to return CellType enum instead of intPJ Fanning2017-09-1826-438/+237
* remove some deprecated code slated for removal in 3.18PJ Fanning2017-09-186-329/+0
* Change getCachedFormulaResultType to return CellTypePJ Fanning2017-09-1812-108/+108
* #60499 - Deleting a picture that is used twice on a slide corrupt the slideAndreas Beeker2017-09-175-13/+130
* Remove deprecated methods from NPOIFSFileSystem/OPOIFSFileSystemDominik Stadler2017-09-1711-235/+81
* Fix some warnings in OOXMLLite and move copyFile to IOUtilsDominik Stadler2017-09-172-38/+42