summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* bug 61630: Patch from Daniel to fix XSSFExportToXML IllegalArgumentException:...Javen O'Neal2017-10-261-1/+1
* 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
* 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
* 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 test which shows that bug 51262 is fixed nowDominik Stadler2017-10-091-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-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