8999 Commits (4b2f709551b128763c51fb88d8e714085bfe3f96)
 

Author SHA1 Message Date
  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
  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