| Commit message (Expand) | Author | Age | Files | Lines |
* | use StringBuilder in more places | PJ Fanning | 2017-10-31 | 17 | -344/+343 |
* | add test case for bug 61701 and use StringBuilder in more places | PJ Fanning | 2017-10-31 | 7 | -17/+40 |
* | consolidate duplicated code: XSSFWorkbook#setBookViewsIfMissing() | Javen O'Neal | 2017-10-31 | 1 | -21/+11 |
* | bug 61630: Patch from Daniel to fix XSSFExportToXML IllegalArgumentException:... | Javen O'Neal | 2017-10-26 | 1 | -1/+1 |
* | bug 61630: further XSSFExportToXML performance improvements from Daniel (bug ... | Javen O'Neal | 2017-10-25 | 1 | -23/+31 |
* | bug 61630: revert r1813240, which failed the integration test with org.apache... | Javen O'Neal | 2017-10-24 | 1 | -25/+22 |
* | bug 61630: further XSSFExportToXML performance improvements from Daniel (comm... | Javen O'Neal | 2017-10-24 | 1 | -22/+25 |
* | Remove more deprecated code | PJ Fanning | 2017-10-23 | 2 | -38/+1 |
* | Remove more deprecated code | PJ Fanning | 2017-10-23 | 1 | -0/+3 |
* | Introduce new BorderFormatting methods to expose border styles | PJ Fanning | 2017-10-22 | 1 | -95/+30 |
* | Remove use of deprecated methods | PJ Fanning | 2017-10-22 | 3 | -104/+54 |
* | Remove use of deprecated methods | PJ Fanning | 2017-10-22 | 2 | -128/+75 |
* | Remove use of deprecated methods | PJ Fanning | 2017-10-22 | 4 | -5/+5 |
* | Add getter/setter for ReadingOrder to XSSF, closes issue #73 | Dominik Stadler | 2017-10-18 | 3 | -1/+62 |
* | bug 61630: performance improvements in XSSFExportToXml. Thanks to Daniel for ... | Javen O'Neal | 2017-10-18 | 1 | -16/+18 |
* | fix compile error | Javen O'Neal | 2017-10-18 | 1 | -1/+2 |
* | cleanup for r1812475: avoid NPEs from string.isEmpty() | Javen O'Neal | 2017-10-18 | 1 | -4/+5 |
* | cleanup for r1812476: avoid NPEs from string.isEmpty() | Javen O'Neal | 2017-10-18 | 2 | -2/+2 |
* | replace "".equals(string) with string.isEmpty() to avoid null strings silentl... | Javen O'Neal | 2017-10-18 | 10 | -14/+14 |
* | prefer literal.equals(variable) over variable.equals(literal) | Javen O'Neal | 2017-10-18 | 1 | -22/+18 |
* | convert "".equals(string) to string.isEmpty() | Javen O'Neal | 2017-10-18 | 1 | -1/+1 |
* | simplfy PackagingURIHelper#combine boolean logic using xor and replacing +FOR... | Javen O'Neal | 2017-10-18 | 1 | -6/+2 |
* | fix typo | Javen O'Neal | 2017-10-18 | 1 | -1/+1 |
* | string.equals("") -> string.isEmpty() or "".equals(string) | Javen O'Neal | 2017-10-18 | 7 | -21/+24 |
* | remove deprecated XSSFRowShifter.shiftMerged(int,int,int) method; replaced wi... | Javen O'Neal | 2017-10-17 | 1 | -13/+0 |
* | Bug 61584: Fix XDGFPage variable typo causing crash | Dustin Spicuzza | 2017-10-16 | 1 | -1/+1 |
* | Remove unnecessary toString calls [thanks to Kui Liu]. This close #79. | PJ Fanning | 2017-10-15 | 2 | -2/+2 |
* | Fix some findbugs-issues and apply some code-cleanup and apply some smaller p... | Dominik Stadler | 2017-10-13 | 8 | -34/+29 |
* | Fix aparent copy/paste error in XSSFBorderFormatting | Dominik Stadler | 2017-10-11 | 1 | -2/+1 |
* | Bug 58068: Add a method to pass the actual Color to StylesTable.findFont(). | Dominik Stadler | 2017-10-11 | 2 | -10/+132 |
* | adjust tests, javadoc, ... | Dominik Stadler | 2017-10-11 | 9 | -229/+147 |
* | Remove "filling" in IntList as this has no effect whatsoever as far as I coul... | Dominik Stadler | 2017-10-11 | 1 | -57/+55 |
* | 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 |
* | Fix bug 61516: when copying cells with formulas we should properly check for ... | Dominik Stadler | 2017-09-28 | 1 | -51/+74 |
* | Fix some Sonar issues | Dominik Stadler | 2017-09-25 | 4 | -32/+23 |
* | Replace the incompatible new interface method endSheet() with a Java 8 defaul... | Dominik Stadler | 2017-09-25 | 2 | -6/+2 |
* | Remove more deprecated classes and methods | PJ Fanning | 2017-09-23 | 1 | -28/+0 |
* | 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 | 3 | -16/+17 |
* | More IntelliJ warnings fixes | Dominik Stadler | 2017-09-23 | 2 | -231/+165 |
* | Bug 59747: Adjust order of first two entries in the resulting Zip to try to e... | Dominik Stadler | 2017-09-22 | 1 | -4/+4 |
* | Fix some IntelliJ warnings | Dominik Stadler | 2017-09-22 | 1 | -69/+41 |
* | Bug 61349 -- add more sanity checks when allocating byte[] | Tim Allison | 2017-09-21 | 4 | -10/+22 |
* | 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 | 2 | -5/+146 |
* | tidy up some test code | PJ Fanning | 2017-09-19 | 2 | -47/+14 |
* | Adjust to make forbidden-api-check succeed again | Dominik Stadler | 2017-09-19 | 2 | -12/+6 |
* | Bug 61148: Fix calculating formula value, unfortunately we currently need to ... | Dominik Stadler | 2017-09-19 | 6 | -300/+53 |
* | Fix some IntelliJ warnings | Dominik Stadler | 2017-09-19 | 5 | -85/+37 |
* | 60805 (partial) -- remove/suppress println in tests | Tim Allison | 2017-09-19 | 13 | -23/+75 |