| Commit message (Expand) | Author | Age | Files | Lines |
* | Apply patch from bug 61096: Add support for modules in VBAMacroReader | Dominik Stadler | 2017-10-07 | 3 | -98/+169 |
* | Bug 61586: Add test which shows that it works as expected | Dominik Stadler | 2017-10-06 | 1 | -7/+89 |
* | Bug 61564: Try to get rid of the Java 9 illegal access warning now that we ru... | Dominik Stadler | 2017-10-04 | 3 | -3/+23 |
* | Add some more code from the separate integration test project to be able to p... | Dominik Stadler | 2017-10-04 | 3 | -4/+262 |
* | Bug 61064: Support behavior of function CEILING in newer versions of Microsof... | Dominik Stadler | 2017-09-28 | 2 | -28/+72 |
* | Bug 61082: Adjust JavaDoc for getFirst/LastRow/Cell to explain that there mig... | Dominik Stadler | 2017-09-28 | 2 | -1/+21 |
* | Fix bug 61516: when copying cells with formulas we should properly check for ... | Dominik Stadler | 2017-09-28 | 2 | -65/+95 |
* | Adjust some unit-tests, use try-with-resource, enable test which works now, ... | Dominik Stadler | 2017-09-26 | 4 | -81/+42 |
* | Replace "getEntry() plus catch" by "hasEntry()" in HSSFWorkbook | Dominik Stadler | 2017-09-26 | 1 | -6/+2 |
* | Fixup change for CellReference to keep the behavior the same as before | Dominik Stadler | 2017-09-26 | 1 | -1/+1 |
* | Replace deprecated CellReference class and some other warnings fixed | Dominik Stadler | 2017-09-26 | 8 | -111/+82 |
* | Fix some Sonar issues | Dominik Stadler | 2017-09-25 | 5 | -38/+29 |
* | Replace the incompatible new interface method endSheet() with a Java 8 defaul... | Dominik Stadler | 2017-09-25 | 4 | -25/+2 |
* | Bug 61349 -- bump limits on classes that caused regressions in Dominik's regr... | Tim Allison | 2017-09-25 | 7 | -7/+7 |
* | Remove more deprecated classes and methods | PJ Fanning | 2017-09-23 | 10 | -149/+11 |
* | Fix compiling Examples after adding new interface-method, fix compiler warnin... | Dominik Stadler | 2017-09-23 | 4 | -36/+26 |
* | Tried to enable this test, but it is broken since a long time and I am not su... | Dominik Stadler | 2017-09-23 | 1 | -5/+10 |
* | Apply patch to add endSheet() to the XSSFEventBasedExcelExtractor, fixes bug ... | Dominik Stadler | 2017-09-23 | 4 | -18/+18 |
* | More IntelliJ warnings fixes | Dominik Stadler | 2017-09-23 | 17 | -356/+232 |
* | Bug 59747: Adjust order of first two entries in the resulting Zip to try to e... | Dominik Stadler | 2017-09-22 | 1 | -4/+4 |
* | Adjust many examples for Java 8: try-with-resource, multi-catch and other cod... | Dominik Stadler | 2017-09-22 | 98 | -2406/+2142 |
* | Fix some IntelliJ warnings | Dominik Stadler | 2017-09-22 | 2 | -70/+42 |
* | Javadoc fix | Nick Burch | 2017-09-21 | 1 | -1/+1 |
* | Bug 61349 -- add more sanity checks when allocating byte[] | Tim Allison | 2017-09-21 | 135 | -193/+772 |
* | Apply patch from bug 61033 to add a XSSFWorkbook.setCellFormulaValidation(fal... | Dominik Stadler | 2017-09-20 | 3 | -3/+67 |
* | Bug 61528 - Pivot Table enhancements, new example [Thanks to R Kietel]. This ... | PJ Fanning | 2017-09-19 | 1 | -0/+124 |
* | Bug 61528 - Pivot Table enhancements, new example [Thanks to R Kietel]. This ... | PJ Fanning | 2017-09-19 | 2 | -5/+146 |
* | tidy up some test code | PJ Fanning | 2017-09-19 | 5 | -61/+29 |
* | Add test to verify that bug 61532 is fixed as far as I see via the changes fo... | Dominik Stadler | 2017-09-19 | 1 | -5/+29 |
* | Adjust to make forbidden-api-check succeed again | Dominik Stadler | 2017-09-19 | 4 | -31/+12 |
* | Bug 61148: Fix calculating formula value, unfortunately we currently need to ... | Dominik Stadler | 2017-09-19 | 10 | -373/+369 |
* | IntelliJ warnings, deprecation | Dominik Stadler | 2017-09-19 | 5 | -26/+18 |
* | Fix some IntelliJ warnings | Dominik Stadler | 2017-09-19 | 6 | -96/+41 |
* | 60805 (partial) -- remove/suppress println in tests | Tim Allison | 2017-09-19 | 22 | -47/+145 |
* | While working on bug 61148 I found that getCellType() and setCellErrorValue()... | Dominik Stadler | 2017-09-19 | 3 | -28/+84 |
* | bug 61454: add column width to example Spreadsheet ToHtml; thanks to Christia... | Javen O'Neal | 2017-09-19 | 1 | -1/+1 |
* | bug 61454: add column width to example Spreadsheet ToHtml; thanks to Christia... | Javen O'Neal | 2017-09-19 | 2 | -8/+59 |
* | Bug 61520: Add JavaDoc about name-references in Excel | Dominik Stadler | 2017-09-18 | 1 | -0/+5 |
* | use non-deprecated versions of getCellType | PJ Fanning | 2017-09-18 | 34 | -96/+96 |
* | change CellFormat.ultimateType to return CellType | PJ Fanning | 2017-09-18 | 2 | -18/+16 |
* | change HyperLink getType to return HyperlinkType | PJ Fanning | 2017-09-18 | 22 | -176/+183 |
* | fix compiler warnings | PJ Fanning | 2017-09-18 | 1 | -37/+37 |
* | update getCellType to return CellType enum instead of int | PJ Fanning | 2017-09-18 | 46 | -181/+181 |
* | update getCellType to return CellType enum instead of int | PJ Fanning | 2017-09-18 | 9 | -36/+36 |
* | update getCellType to return CellType enum instead of int | PJ Fanning | 2017-09-18 | 26 | -438/+237 |
* | remove some deprecated code slated for removal in 3.18 | PJ Fanning | 2017-09-18 | 6 | -329/+0 |
* | Change getCachedFormulaResultType to return CellType | PJ Fanning | 2017-09-18 | 12 | -108/+108 |
* | #60499 - Deleting a picture that is used twice on a slide corrupt the slide | Andreas Beeker | 2017-09-17 | 5 | -13/+130 |
* | Remove deprecated methods from NPOIFSFileSystem/OPOIFSFileSystem | Dominik Stadler | 2017-09-17 | 11 | -235/+81 |
* | Fix some warnings in OOXMLLite and move copyFile to IOUtils | Dominik Stadler | 2017-09-17 | 2 | -38/+42 |