summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bump the Eclipse compile source to Java 1.8Javen O'Neal2017-10-311-1/+1
* bug 61630: Patch from Daniel to fix XSSFExportToXML IllegalArgumentException:...Javen O'Neal2017-10-261-1/+1
* remove test-hssf ant targetJaven O'Neal2017-10-251-57/+0
* remove test-ss and test-ooxml-ss ant targets, as these were causing problems ...Javen O'Neal2017-10-251-105/+0
* bug 61630: further XSSFExportToXML performance improvements from Daniel (bug ...Javen O'Neal2017-10-251-23/+31
* bug 61630: revert r1813240, which failed the integration test with org.apache...Javen O'Neal2017-10-241-25/+22
* bug 61630: further XSSFExportToXML performance improvements from Daniel (comm...Javen O'Neal2017-10-241-22/+25
* Remove more deprecated codePJ Fanning2017-10-235-265/+129
* Remove more deprecated codePJ Fanning2017-10-233-497/+400
* Remove more deprecated codePJ Fanning2017-10-239-159/+35
* Introduce new BorderFormatting methods to expose border stylesPJ Fanning2017-10-226-309/+240
* Remove use of deprecated methodsPJ Fanning2017-10-2220-292/+198
* Remove use of deprecated methodsPJ Fanning2017-10-2217-240/+161
* Remove use of deprecated methodsPJ Fanning2017-10-228-25/+17
* Add getter/setter for ReadingOrder to XSSF, closes issue #73Dominik Stadler2017-10-184-1/+112
* Bump up the Eclipse JVM version to 8 to match AntNick Burch2017-10-182-3/+3
* Bump up the Eclipse JVM versionNick Burch2017-10-182-4/+4
* bug 61630: performance improvements in XSSFExportToXml. Thanks to Daniel for ...Javen O'Neal2017-10-181-16/+18
* cleanup for r1812470: avoid NPEs from string.isEmpty()Javen O'Neal2017-10-182-3/+3
* fix compile errorJaven O'Neal2017-10-181-1/+2
* cleanup for r1812475: avoid NPEs from string.isEmpty()Javen O'Neal2017-10-181-4/+5
* cleanup for r1812476: avoid NPEs from string.isEmpty()Javen O'Neal2017-10-185-3/+14
* replace "".equals(string) with string.isEmpty() to avoid null strings silentl...Javen O'Neal2017-10-1820-26/+26
* prefer literal.equals(variable) over variable.equals(literal)Javen O'Neal2017-10-181-22/+18
* convert "".equals(string) to string.isEmpty()Javen O'Neal2017-10-184-4/+4
* simplfy PackagingURIHelper#combine boolean logic using xor and replacing +FOR...Javen O'Neal2017-10-181-6/+2
* 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