| Commit message (Expand) | Author | Age | Files | Lines |
* | bump the Eclipse compile source to Java 1.8 | Javen O'Neal | 2017-10-31 | 1 | -1/+1 |
* | bug 61630: Patch from Daniel to fix XSSFExportToXML IllegalArgumentException:... | Javen O'Neal | 2017-10-26 | 1 | -1/+1 |
* | remove test-hssf ant target | Javen O'Neal | 2017-10-25 | 1 | -57/+0 |
* | remove test-ss and test-ooxml-ss ant targets, as these were causing problems ... | Javen O'Neal | 2017-10-25 | 1 | -105/+0 |
* | 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 | 5 | -265/+129 |
* | Remove more deprecated code | PJ Fanning | 2017-10-23 | 3 | -497/+400 |
* | Remove more deprecated code | PJ Fanning | 2017-10-23 | 9 | -159/+35 |
* | Introduce new BorderFormatting methods to expose border styles | PJ Fanning | 2017-10-22 | 6 | -309/+240 |
* | Remove use of deprecated methods | PJ Fanning | 2017-10-22 | 20 | -292/+198 |
* | Remove use of deprecated methods | PJ Fanning | 2017-10-22 | 17 | -240/+161 |
* | Remove use of deprecated methods | PJ Fanning | 2017-10-22 | 8 | -25/+17 |
* | Add getter/setter for ReadingOrder to XSSF, closes issue #73 | Dominik Stadler | 2017-10-18 | 4 | -1/+112 |
* | Bump up the Eclipse JVM version to 8 to match Ant | Nick Burch | 2017-10-18 | 2 | -3/+3 |
* | Bump up the Eclipse JVM version | Nick Burch | 2017-10-18 | 2 | -4/+4 |
* | bug 61630: performance improvements in XSSFExportToXml. Thanks to Daniel for ... | Javen O'Neal | 2017-10-18 | 1 | -16/+18 |
* | cleanup for r1812470: avoid NPEs from string.isEmpty() | Javen O'Neal | 2017-10-18 | 2 | -3/+3 |
* | 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 | 5 | -3/+14 |
* | replace "".equals(string) with string.isEmpty() to avoid null strings silentl... | Javen O'Neal | 2017-10-18 | 20 | -26/+26 |
* | 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 | 4 | -4/+4 |
* | 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 | 13 | -27/+30 |
* | for -> foreach | Javen O'Neal | 2017-10-18 | 1 | -8/+8 |
* | IntelliJ: simplify boolean logic | Javen O'Neal | 2017-10-17 | 2 | -10/+5 |
* | remove deprecated XSSFRowShifter.shiftMerged(int,int,int) method; replaced wi... | Javen O'Neal | 2017-10-17 | 1 | -13/+0 |
* | ignore gradle/, gradlew, and gradlew.bat | Javen O'Neal | 2017-10-17 | 0 | -0/+0 |
* | Bug 61584: Fix XDGFPage variable typo causing crash | Dustin Spicuzza | 2017-10-16 | 1 | -1/+1 |
* | github-79: add String.toString() to forbidden API's | Javen O'Neal | 2017-10-16 | 1 | -0/+3 |
* | Make public static members final [thanks to Kui Liu]. This close #78. | PJ Fanning | 2017-10-15 | 3 | -5/+5 |
* | Remove unnecessary toString calls [thanks to Kui Liu]. This close #79. | PJ Fanning | 2017-10-15 | 2 | -2/+2 |
* | Remove unnecessary StringBuilder [thanks to Kui Liu]. This close #80. | PJ Fanning | 2017-10-15 | 1 | -3/+0 |
* | Fix some findbugs-issues and apply some code-cleanup and apply some smaller p... | Dominik Stadler | 2017-10-13 | 33 | -138/+110 |
* | 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 | 14 | -259/+175 |
* | Remove "filling" in IntList as this has no effect whatsoever as far as I coul... | Dominik Stadler | 2017-10-11 | 8 | -158/+169 |
* | Add more output to the pre-check to help in analysis some strange build-failu... | Dominik Stadler | 2017-10-09 | 1 | -0/+12 |
* | Fix target compile-ooxml-ss, it needs the crypt-code now | Dominik Stadler | 2017-10-09 | 1 | -0/+1 |
* | Add test which shows that bug 51262 is fixed now | Dominik Stadler | 2017-10-09 | 2 | -0/+28 |
* | Apply patch from bug 61096: Add support for modules in VBAMacroReader | Dominik Stadler | 2017-10-07 | 3 | -98/+169 |
* | Bug 61586: Add test which shows that it works as expected | Dominik Stadler | 2017-10-06 | 2 | -7/+89 |
* | 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 |
* | Add some more code from the separate integration test project to be able to p... | Dominik Stadler | 2017-10-04 | 3 | -4/+262 |
* | Bug 61064: Support behavior of function CEILING in newer versions of Microsof... | Dominik Stadler | 2017-09-28 | 2 | -28/+72 |