| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 |
* | 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 test which shows that bug 51262 is fixed now | Dominik Stadler | 2017-10-09 | 1 | -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 | 1 | -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 |
* | Bug 61082: Adjust JavaDoc for getFirst/LastRow/Cell to explain that there mig... | Dominik Stadler | 2017-09-28 | 2 | -1/+21 |
* | Fix bug 61516: when copying cells with formulas we should properly check for ... | Dominik Stadler | 2017-09-28 | 2 | -65/+95 |
* | Adjust some unit-tests, use try-with-resource, enable test which works now, ... | Dominik Stadler | 2017-09-26 | 4 | -81/+42 |
* | Replace "getEntry() plus catch" by "hasEntry()" in HSSFWorkbook | Dominik Stadler | 2017-09-26 | 1 | -6/+2 |
* | Fixup change for CellReference to keep the behavior the same as before | Dominik Stadler | 2017-09-26 | 1 | -1/+1 |
* | Replace deprecated CellReference class and some other warnings fixed | Dominik Stadler | 2017-09-26 | 8 | -111/+82 |
* | Fix some Sonar issues | Dominik Stadler | 2017-09-25 | 5 | -38/+29 |
* | Replace the incompatible new interface method endSheet() with a Java 8 defaul... | Dominik Stadler | 2017-09-25 | 4 | -25/+2 |
* | Bug 61349 -- bump limits on classes that caused regressions in Dominik's regr... | Tim Allison | 2017-09-25 | 7 | -7/+7 |
* | Remove more deprecated classes and methods | PJ Fanning | 2017-09-23 | 10 | -149/+11 |
* | Fix compiling Examples after adding new interface-method, fix compiler warnin... | Dominik Stadler | 2017-09-23 | 4 | -36/+26 |
* | 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 | 4 | -18/+18 |
* | More IntelliJ warnings fixes | Dominik Stadler | 2017-09-23 | 17 | -356/+232 |
* | Bug 59747: Adjust order of first two entries in the resulting Zip to try to e... | Dominik Stadler | 2017-09-22 | 1 | -4/+4 |
* | Adjust many examples for Java 8: try-with-resource, multi-catch and other cod... | Dominik Stadler | 2017-09-22 | 98 | -2406/+2142 |