9128 Commits (b2c0c7907cd2a9e09134fb634da1f588c84ea771)
 

Author SHA1 Message Date
  PJ Fanning 26cc1e4d32 Remove use of deprecated methods 6 years ago
  PJ Fanning 1ea1a692e0 Remove use of deprecated methods 6 years ago
  PJ Fanning dfd5f07079 Remove use of deprecated methods 6 years ago
  Dominik Stadler 5d5ba1c767 Add getter/setter for ReadingOrder to XSSF, closes issue #73 6 years ago
  Nick Burch 68104817ec Bump up the Eclipse JVM version to 8 to match Ant 6 years ago
  Nick Burch eb9f7bcbea Bump up the Eclipse JVM version 6 years ago
  Javen O'Neal 79975dcfce bug 61630: performance improvements in XSSFExportToXml. Thanks to Daniel for the patch. 6 years ago
  Javen O'Neal 22e4bc2399 cleanup for r1812470: avoid NPEs from string.isEmpty() 6 years ago
  Javen O'Neal 49add35f3b fix compile error 6 years ago
  Javen O'Neal 42c4e4909c cleanup for r1812475: avoid NPEs from string.isEmpty() 6 years ago
  Javen O'Neal fc2bcfae9a cleanup for r1812476: avoid NPEs from string.isEmpty() 6 years ago
  Javen O'Neal 5fb4887907 replace "".equals(string) with string.isEmpty() to avoid null strings silently evaluating to false; most code should probably check string for null if it is not already 6 years ago
  Javen O'Neal aba704b928 prefer literal.equals(variable) over variable.equals(literal) 6 years ago
  Javen O'Neal 3a2ee5f4d1 convert "".equals(string) to string.isEmpty() 6 years ago
  Javen O'Neal 21b65721e7 simplfy PackagingURIHelper#combine boolean logic using xor and replacing +FORWARD_SLASH_CHAR with FORWARD_SLASH_STRING 6 years ago
  Javen O'Neal afa5be82d3 fix typo 6 years ago
  Javen O'Neal cfac692a6a string.equals("") -> string.isEmpty() or "".equals(string) 6 years ago
  Javen O'Neal 36dcbd7403 for -> foreach 6 years ago
  Javen O'Neal bcbadce32e IntelliJ: simplify boolean logic 6 years ago
  Javen O'Neal 7eb6686b1d remove deprecated XSSFRowShifter.shiftMerged(int,int,int) method; replaced with RowShifter.shiftMergedRegions(int,int,int) in POI 3.15 beta 2 6 years ago
  Javen O'Neal e5f8463381 ignore gradle/, gradlew, and gradlew.bat 6 years ago
  Dustin Spicuzza ab147e9998 Bug 61584: Fix XDGFPage variable typo causing crash 6 years ago
  Javen O'Neal e593f50186 github-79: add String.toString() to forbidden API's 6 years ago
  PJ Fanning 16125ab3cc Make public static members final [thanks to Kui Liu]. This close #78. 6 years ago
  PJ Fanning e1571c9130 Remove unnecessary toString calls [thanks to Kui Liu]. This close #79. 6 years ago
  PJ Fanning 229af142fc Remove unnecessary StringBuilder [thanks to Kui Liu]. This close #80. 6 years ago
  Dominik Stadler bc7d79a613 Fix some findbugs-issues and apply some code-cleanup and apply some smaller pull requests. 6 years ago
  Dominik Stadler 887ec868b7 Fix aparent copy/paste error in XSSFBorderFormatting 6 years ago
  Dominik Stadler 793938ecef Bug 58068: Add a method to pass the actual Color to StylesTable.findFont(). 6 years ago
  Dominik Stadler c05e07b55c adjust tests, javadoc, ... 6 years ago
  Dominik Stadler 673b223f61 Remove "filling" in IntList as this has no effect whatsoever as far as I could see 6 years ago
  Dominik Stadler a21c09fd61 Add more output to the pre-check to help in analysis some strange build-failures in CI, e.g. INFRA-15244 6 years ago
  Dominik Stadler 73443aacf6 Fix target compile-ooxml-ss, it needs the crypt-code now 6 years ago
  Dominik Stadler e24f25d0ef Add test which shows that bug 51262 is fixed now 6 years ago
  Dominik Stadler 566789e983 Apply patch from bug 61096: Add support for modules in VBAMacroReader 6 years ago
  Dominik Stadler c2d09c0217 Bug 61586: Add test which shows that it works as expected 6 years ago
  Dominik Stadler 0e52f62a1e Bug 61564: Try to get rid of the Java 9 illegal access warning now that we run Java 8 6 years ago
  Dominik Stadler dd23ba89a9 Add some more code from the separate integration test project to be able to publish the femaining functionality as separate project at some point 6 years ago
  Dominik Stadler 48613ee271 Bug 61064: Support behavior of function CEILING in newer versions of Microsoft Excel 6 years ago
  Dominik Stadler 6450f1cc42 Bug 61082: Adjust JavaDoc for getFirst/LastRow/Cell to explain that there might be empty rows/cells included in the counts 6 years ago
  Dominik Stadler 688d5072d1 Fix bug 61516: when copying cells with formulas we should properly check for references that are invalid afterwards. 6 years ago
  Dominik Stadler 3adbe1f8c5 Adjust some unit-tests, use try-with-resource, enable test which works now, ... 6 years ago
  Dominik Stadler a751880c11 Replace "getEntry() plus catch" by "hasEntry()" in HSSFWorkbook 6 years ago
  Dominik Stadler 991fba37a2 Fixup change for CellReference to keep the behavior the same as before 6 years ago
  Dominik Stadler 5c90d94d8c Remove empty directories beneath "scratchpad" 6 years ago
  Dominik Stadler af1b1d619c Replace deprecated CellReference class and some other warnings fixed 6 years ago
  Dominik Stadler 43717f6936 Fix some Sonar issues 6 years ago
  Dominik Stadler 61a281e790 Replace the incompatible new interface method endSheet() with a Java 8 default method so existing implementations do not need to be adjusted. Also use this for headerFooter() and remove the empty implementations that are now obsolete. 6 years ago
  Tim Allison 7a2ce09761 Bug 61349 -- bump limits on classes that caused regressions in Dominik's regression corpus. Many thanks to Dominik Stadler for running the regression tests!!! 6 years ago
  PJ Fanning 3a622169d3 Remove more deprecated classes and methods 6 years ago