aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml
Commit message (Expand)AuthorAgeFilesLines
* use StringBuilder in more placesPJ Fanning2017-10-3117-344/+343
* add test case for bug 61701 and use StringBuilder in more placesPJ Fanning2017-10-317-17/+40
* consolidate duplicated code: XSSFWorkbook#setBookViewsIfMissing()Javen O'Neal2017-10-311-21/+11
* 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-232-38/+1
* Remove more deprecated codePJ Fanning2017-10-231-0/+3
* Introduce new BorderFormatting methods to expose border stylesPJ Fanning2017-10-221-95/+30
* Remove use of deprecated methodsPJ Fanning2017-10-223-104/+54
* Remove use of deprecated methodsPJ Fanning2017-10-222-128/+75
* Remove use of deprecated methodsPJ Fanning2017-10-224-5/+5
* Add getter/setter for ReadingOrder to XSSF, closes issue #73Dominik Stadler2017-10-183-1/+62
* bug 61630: performance improvements in XSSFExportToXml. Thanks to Daniel for ...Javen O'Neal2017-10-181-16/+18
* 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-182-2/+2
* replace "".equals(string) with string.isEmpty() to avoid null strings silentl...Javen O'Neal2017-10-1810-14/+14
* 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-181-1/+1
* 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-187-21/+24
* 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
* Remove unnecessary toString calls [thanks to Kui Liu]. This close #79.PJ Fanning2017-10-152-2/+2
* Fix some findbugs-issues and apply some code-cleanup and apply some smaller p...Dominik Stadler2017-10-138-34/+29
* 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-119-229/+147
* Remove "filling" in IntList as this has no effect whatsoever as far as I coul...Dominik Stadler2017-10-111-57/+55
* Bug 61564: Try to get rid of the Java 9 illegal access warning now that we ru...Dominik Stadler2017-10-043-3/+23
* Fix bug 61516: when copying cells with formulas we should properly check for ...Dominik Stadler2017-09-281-51/+74
* Fix some Sonar issuesDominik Stadler2017-09-254-32/+23
* Replace the incompatible new interface method endSheet() with a Java 8 defaul...Dominik Stadler2017-09-252-6/+2
* Remove more deprecated classes and methodsPJ Fanning2017-09-231-28/+0
* 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-233-16/+17
* More IntelliJ warnings fixesDominik Stadler2017-09-232-231/+165
* Bug 59747: Adjust order of first two entries in the resulting Zip to try to e...Dominik Stadler2017-09-221-4/+4
* Fix some IntelliJ warningsDominik Stadler2017-09-221-69/+41
* Bug 61349 -- add more sanity checks when allocating byte[]Tim Allison2017-09-214-10/+22
* 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-192-5/+146
* tidy up some test codePJ Fanning2017-09-192-47/+14
* Adjust to make forbidden-api-check succeed againDominik Stadler2017-09-192-12/+6
* Bug 61148: Fix calculating formula value, unfortunately we currently need to ...Dominik Stadler2017-09-196-300/+53
* Fix some IntelliJ warningsDominik Stadler2017-09-195-85/+37
* 60805 (partial) -- remove/suppress println in testsTim Allison2017-09-1913-23/+75