9112 Commits (8507286f77bdb3942714f98e4c191823040a39d0)
 

Author SHA1 Message Date
  Javen O'Neal 117f08049b string.equals("") -> string.isEmpty() or "".equals(string) 6 years ago
  Javen O'Neal f786b16f7f for -> foreach 6 years ago
  Javen O'Neal 63b3a4e491 IntelliJ: simplify boolean logic 6 years ago
  Javen O'Neal b722b42139 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 44b4a6548b ignore gradle/, gradlew, and gradlew.bat 6 years ago
  Dustin Spicuzza c2db4ae5fb Bug 61584: Fix XDGFPage variable typo causing crash 6 years ago
  Javen O'Neal a66725fa94 github-79: add String.toString() to forbidden API's 6 years ago
  PJ Fanning e4fc2670d5 Make public static members final [thanks to Kui Liu]. This close #78. 6 years ago
  PJ Fanning 0b5a0a077f Remove unnecessary toString calls [thanks to Kui Liu]. This close #79. 6 years ago
  PJ Fanning 67e6ad9c47 Remove unnecessary StringBuilder [thanks to Kui Liu]. This close #80. 6 years ago
  Dominik Stadler 1b171e8642 Fix some findbugs-issues and apply some code-cleanup and apply some smaller pull requests. 6 years ago
  Dominik Stadler 9d064f746e Fix aparent copy/paste error in XSSFBorderFormatting 6 years ago
  Dominik Stadler acb78e74c4 Bug 58068: Add a method to pass the actual Color to StylesTable.findFont(). 6 years ago
  Dominik Stadler 2dc64ebbcc adjust tests, javadoc, ... 6 years ago
  Dominik Stadler d9a818dc22 Remove "filling" in IntList as this has no effect whatsoever as far as I could see 6 years ago
  Dominik Stadler b4fd20dafa 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 ceba27fa2c Fix target compile-ooxml-ss, it needs the crypt-code now 6 years ago
  Dominik Stadler 88b3286345 Add test which shows that bug 51262 is fixed now 6 years ago
  Dominik Stadler 2587ed1849 Apply patch from bug 61096: Add support for modules in VBAMacroReader 6 years ago
  Dominik Stadler fbdf4dca68 Bug 61586: Add test which shows that it works as expected 6 years ago
  Dominik Stadler 166be97264 Bug 61564: Try to get rid of the Java 9 illegal access warning now that we run Java 8 6 years ago
  Dominik Stadler 56254a17c4 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 9f1e234ee4 Bug 61064: Support behavior of function CEILING in newer versions of Microsoft Excel 6 years ago
  Dominik Stadler c2b434988e 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 ec2c04d452 Fix bug 61516: when copying cells with formulas we should properly check for references that are invalid afterwards. 6 years ago
  Dominik Stadler bd5a1fb7a6 Adjust some unit-tests, use try-with-resource, enable test which works now, ... 6 years ago
  Dominik Stadler 9bb3e05e6a Replace "getEntry() plus catch" by "hasEntry()" in HSSFWorkbook 6 years ago
  Dominik Stadler 2a04408bf3 Fixup change for CellReference to keep the behavior the same as before 6 years ago
  Dominik Stadler ea013c0f93 Remove empty directories beneath "scratchpad" 6 years ago
  Dominik Stadler a745ce2c4e Replace deprecated CellReference class and some other warnings fixed 6 years ago
  Dominik Stadler 8f324b99fa Fix some Sonar issues 6 years ago
  Dominik Stadler ee993f163d 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 bf6cd20f10 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 6e9fee0bc9 Remove more deprecated classes and methods 6 years ago
  Dominik Stadler 4b5c908180 Fix compiling Examples after adding new interface-method, fix compiler warnings and adjust some broken Javadoc 6 years ago
  Dominik Stadler 851be073bc Tried to enable this test, but it is broken since a long time and I am not sure how this is expected to behave... 6 years ago
  Dominik Stadler 9976e1cae5 Apply patch to add endSheet() to the XSSFEventBasedExcelExtractor, fixes bug 60737, thanks to user zakim for the patch 6 years ago
  Dominik Stadler c05129144f More IntelliJ warnings fixes 6 years ago
  Dominik Stadler 9b27d51247 The Gradle-based Sonarqube job does not actually, it completes with success, but the data never appears on Sonarqube itself, we need to investigate this some more later, for now I enabled the Maven based job again. 6 years ago
  Dominik Stadler 7a85c39371 Bug 59747: Adjust order of first two entries in the resulting Zip to try to enable some external tools to auto-detect the file-type 6 years ago
  Dominik Stadler ad5232f8f8 Adjust many examples for Java 8: try-with-resource, multi-catch and other code cleanup. 6 years ago
  Dominik Stadler 4ac6800974 Fix some IntelliJ warnings 6 years ago
  Dominik Stadler 6e9afd88a2 Remove Jobs for JDK 1.6/1.7, this should also make the findbugs-hacks obsolete here 6 years ago
  Nick Burch fc0e5c0f22 Javadoc fix 6 years ago
  Tim Allison 53b55eb4c3 Bug 61349 -- add more sanity checks when allocating byte[] 6 years ago
  Dominik Stadler 5d004c453b Apply patch from bug 61033 to add a XSSFWorkbook.setCellFormulaValidation(false) to speed up some operations 6 years ago
  PJ Fanning e95a5295e8 Bug 61528 - Pivot Table enhancements, new example [Thanks to R Kietel]. This closes #71 6 years ago
  PJ Fanning 12df977d38 Bug 61528 - Pivot Table enhancements, new example [Thanks to R Kietel]. This closes #71 6 years ago
  PJ Fanning de664ee97a tidy up some test code 6 years ago
  Dominik Stadler cf2265d0b0 Add test to verify that bug 61532 is fixed as far as I see via the changes for bug 61148. 6 years ago