aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* fix typoJaven O'Neal2017-10-181-1/+1
* string.equals("") -> string.isEmpty() or "".equals(string)Javen O'Neal2017-10-1813-27/+30
* for -> foreachJaven O'Neal2017-10-181-8/+8
* IntelliJ: simplify boolean logicJaven O'Neal2017-10-172-10/+5
* remove deprecated XSSFRowShifter.shiftMerged(int,int,int) method; replaced wi...Javen O'Neal2017-10-171-13/+0
* ignore gradle/, gradlew, and gradlew.batJaven O'Neal2017-10-170-0/+0
* Bug 61584: Fix XDGFPage variable typo causing crashDustin Spicuzza2017-10-161-1/+1
* github-79: add String.toString() to forbidden API'sJaven O'Neal2017-10-161-0/+3
* Make public static members final [thanks to Kui Liu]. This close #78.PJ Fanning2017-10-153-5/+5
* Remove unnecessary toString calls [thanks to Kui Liu]. This close #79.PJ Fanning2017-10-152-2/+2
* Remove unnecessary StringBuilder [thanks to Kui Liu]. This close #80.PJ Fanning2017-10-151-3/+0
* Fix some findbugs-issues and apply some code-cleanup and apply some smaller p...Dominik Stadler2017-10-1333-138/+110
* Fix aparent copy/paste error in XSSFBorderFormattingDominik Stadler2017-10-111-2/+1
* Bug 58068: Add a method to pass the actual Color to StylesTable.findFont().Dominik Stadler2017-10-112-10/+132
* adjust tests, javadoc, ...Dominik Stadler2017-10-1114-259/+175
* Remove "filling" in IntList as this has no effect whatsoever as far as I coul...Dominik Stadler2017-10-118-158/+169
* Add more output to the pre-check to help in analysis some strange build-failu...Dominik Stadler2017-10-091-0/+12
* Fix target compile-ooxml-ss, it needs the crypt-code nowDominik Stadler2017-10-091-0/+1
* Add test which shows that bug 51262 is fixed nowDominik Stadler2017-10-092-0/+28
* 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-062-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
* Remove empty directories beneath "scratchpad"Dominik Stadler2017-09-260-0/+0
* 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
* The Gradle-based Sonarqube job does not actually, it completes with success, ...Dominik Stadler2017-09-221-3/+3
* 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
* Remove Jobs for JDK 1.6/1.7, this should also make the findbugs-hacks obsolet...Dominik Stadler2017-09-221-24/+1
* 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