9128 Commits (b2c0c7907cd2a9e09134fb634da1f588c84ea771)
 

Author SHA1 Message Date
  Dominik Stadler 8e1b51128c Fix compiling Examples after adding new interface-method, fix compiler warnings and adjust some broken Javadoc 6 years ago
  Dominik Stadler acb1772d4b 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 4a6bb031a0 Apply patch to add endSheet() to the XSSFEventBasedExcelExtractor, fixes bug 60737, thanks to user zakim for the patch 6 years ago
  Dominik Stadler 5ed15ac7c2 More IntelliJ warnings fixes 6 years ago
  Dominik Stadler 996010a3ca 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 29dbeb51ad 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 e54490712a Adjust many examples for Java 8: try-with-resource, multi-catch and other code cleanup. 6 years ago
  Dominik Stadler 79a039ec8d Fix some IntelliJ warnings 6 years ago
  Dominik Stadler 4e76b65b17 Remove Jobs for JDK 1.6/1.7, this should also make the findbugs-hacks obsolete here 6 years ago
  Nick Burch dc9416ec4d Javadoc fix 6 years ago
  Tim Allison 9cade10fa4 Bug 61349 -- add more sanity checks when allocating byte[] 6 years ago
  Dominik Stadler 828fb9a86c Apply patch from bug 61033 to add a XSSFWorkbook.setCellFormulaValidation(false) to speed up some operations 6 years ago
  PJ Fanning 37b5ca2c31 Bug 61528 - Pivot Table enhancements, new example [Thanks to R Kietel]. This closes #71 6 years ago
  PJ Fanning f13f0dfbbd Bug 61528 - Pivot Table enhancements, new example [Thanks to R Kietel]. This closes #71 6 years ago
  PJ Fanning a9ec0770f0 tidy up some test code 6 years ago
  Dominik Stadler 01b1005379 Add test to verify that bug 61532 is fixed as far as I see via the changes for bug 61148. 6 years ago
  Dominik Stadler 1496e83eaa Adjust to make forbidden-api-check succeed again 6 years ago
  Dominik Stadler 985af5304a Bug 61148: Fix calculating formula value, unfortunately we currently need to set the value twice 6 years ago
  Dominik Stadler d1d01bb632 IntelliJ warnings, deprecation 6 years ago
  Dominik Stadler c31d6686db Fix some IntelliJ warnings 6 years ago
  Tim Allison a59402a37f 60805 (partial) -- remove/suppress println in tests 6 years ago
  Dominik Stadler d1765d7e76 While working on bug 61148 I found that getCellType() and setCellErrorValue() in SXSSFCell are doing different things than the ones in XSSFCell, tried to fix this by mimicking functionality of XSSF in SXSSF as well. 6 years ago
  Javen O'Neal 4835636fed bug 61454: add column width to example Spreadsheet ToHtml; thanks to Christian Froehler 6 years ago
  Javen O'Neal 7a52b8c93b bug 61454: add column width to example Spreadsheet ToHtml; thanks to Christian Froehler 6 years ago
  Dominik Stadler 357816942a Bug 61520: Add JavaDoc about name-references in Excel 6 years ago
  Dominik Stadler c2132cf191 Add missing test.jar to test-hssf target 6 years ago
  PJ Fanning 51305b6260 use non-deprecated versions of getCellType 6 years ago
  PJ Fanning e0ee55e75f change CellFormat.ultimateType to return CellType 6 years ago
  PJ Fanning 318fe3e597 change HyperLink getType to return HyperlinkType 6 years ago
  PJ Fanning aaad224db9 fix compiler warnings 6 years ago
  PJ Fanning 7dad60e9d4 update getCellType to return CellType enum instead of int 6 years ago
  PJ Fanning 4a4c428b6b update getCellType to return CellType enum instead of int 6 years ago
  PJ Fanning d4486af6de update getCellType to return CellType enum instead of int 6 years ago
  PJ Fanning d9b63eb569 remove some deprecated code slated for removal in 3.18 6 years ago
  PJ Fanning 16d262d0b4 Change getCachedFormulaResultType to return CellType 6 years ago
  Andreas Beeker a51bac65b7 #60499 - Deleting a picture that is used twice on a slide corrupt the slide 6 years ago
  Dominik Stadler 71cfb659a1 Remove deprecated methods from NPOIFSFileSystem/OPOIFSFileSystem 6 years ago
  Dominik Stadler 2917583bd2 Fix some warnings in OOXMLLite and move copyFile to IOUtils 6 years ago
  Dominik Stadler b644047b70 Various code cleanups, "final" for static methods is useless, for-loops, simplify boolean conditions, try-with-resource, javadoc, ... 6 years ago
  Dominik Stadler 75c63b6bbe Some more code cleanup 6 years ago
  Dominik Stadler f770381956 Change version to 4.0.0-SNAPSHOT as discussed on the mailing-list 6 years ago
  Dominik Stadler 7c21c8761a MaxPermSize is not used any more in Java 8, so remove it everywhere 6 years ago
  Dominik Stadler bbd9adc5f0 Disable Maven-Sonar run to check if the Gradle-Sonar job is working, some more comments 6 years ago
  Andreas Beeker a9c8beac4c wrong release-notes link 6 years ago
  Dominik Stadler 2395c89b45 Sonar-Maven: Switch to UTF-8 for source files to silence some warnings in the build. 6 years ago
  Dominik Stadler a5044f502b Jenkins DSL: Remove timeout from Jenkins Jobs for now, it seems this plugin is currently missing in the Apache Jenkins instance 6 years ago
  Dominik Stadler e6dae10d47 Jenkins DSL: Use JDK 1.8 for more projects, fix listing of slaves in Test-Environment job 6 years ago
  PJ Fanning 0b7774a452 remove some deprecated code slated for removal in 3.18 6 years ago
  Dominik Stadler 9ed85b0484 Jenkins DSL: 6 years ago
  Dominik Stadler 51826d781b Jenkins DSL: Use OpenJDK 8 and latest JDK 1.9 6 years ago