9112 Commits (8507286f77bdb3942714f98e4c191823040a39d0)
 

Author SHA1 Message Date
  Dominik Stadler ecf7d0f277 Adjust to make forbidden-api-check succeed again 6 years ago
  Dominik Stadler 46fd75b1e7 Bug 61148: Fix calculating formula value, unfortunately we currently need to set the value twice 6 years ago
  Dominik Stadler f3b10d5703 IntelliJ warnings, deprecation 6 years ago
  Dominik Stadler 851c6dd5ee Fix some IntelliJ warnings 6 years ago
  Tim Allison 9efbfd9d7d 60805 (partial) -- remove/suppress println in tests 6 years ago
  Dominik Stadler 6bdce2bfd7 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 7d8f31d4a4 bug 61454: add column width to example Spreadsheet ToHtml; thanks to Christian Froehler 6 years ago
  Javen O'Neal af6b013697 bug 61454: add column width to example Spreadsheet ToHtml; thanks to Christian Froehler 6 years ago
  Dominik Stadler e1dfdba334 Bug 61520: Add JavaDoc about name-references in Excel 6 years ago
  Dominik Stadler e107c2865d Add missing test.jar to test-hssf target 6 years ago
  PJ Fanning 38650a6d2f use non-deprecated versions of getCellType 6 years ago
  PJ Fanning 044382106b change CellFormat.ultimateType to return CellType 6 years ago
  PJ Fanning 1e8ecbec04 change HyperLink getType to return HyperlinkType 6 years ago
  PJ Fanning a5f7a52b0d fix compiler warnings 6 years ago
  PJ Fanning 6382370552 update getCellType to return CellType enum instead of int 6 years ago
  PJ Fanning e3ddb77bc1 update getCellType to return CellType enum instead of int 6 years ago
  PJ Fanning bc0c0b19d2 update getCellType to return CellType enum instead of int 6 years ago
  PJ Fanning 2bb3fa290a remove some deprecated code slated for removal in 3.18 6 years ago
  PJ Fanning f3643e95f9 Change getCachedFormulaResultType to return CellType 6 years ago
  Andreas Beeker 910c91900a #60499 - Deleting a picture that is used twice on a slide corrupt the slide 6 years ago
  Dominik Stadler e504e87873 Remove deprecated methods from NPOIFSFileSystem/OPOIFSFileSystem 6 years ago
  Dominik Stadler ade4aec2dd Fix some warnings in OOXMLLite and move copyFile to IOUtils 6 years ago
  Dominik Stadler 467053d91c Various code cleanups, "final" for static methods is useless, for-loops, simplify boolean conditions, try-with-resource, javadoc, ... 6 years ago
  Dominik Stadler ec42ec1053 Some more code cleanup 6 years ago
  Dominik Stadler bd00cb3e0d Change version to 4.0.0-SNAPSHOT as discussed on the mailing-list 6 years ago
  Dominik Stadler d7ee368e0e MaxPermSize is not used any more in Java 8, so remove it everywhere 6 years ago
  Dominik Stadler a7280639bd Disable Maven-Sonar run to check if the Gradle-Sonar job is working, some more comments 6 years ago
  Andreas Beeker 5166c217d5 wrong release-notes link 6 years ago
  Dominik Stadler 25a9abf7ed Sonar-Maven: Switch to UTF-8 for source files to silence some warnings in the build. 6 years ago
  Dominik Stadler 37472f53e6 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 b012055519 Jenkins DSL: Use JDK 1.8 for more projects, fix listing of slaves in Test-Environment job 6 years ago
  PJ Fanning 11a403469f remove some deprecated code slated for removal in 3.18 6 years ago
  Dominik Stadler 1e0d8199c4 Jenkins DSL: 6 years ago
  Dominik Stadler 4fb046c2b9 Jenkins DSL: Use OpenJDK 8 and latest JDK 1.9 6 years ago
  Dominik Stadler 12c9b23917 Fix some compiler warnings 6 years ago
  Dominik Stadler 5dadfd7c18 Use Integer.compare() where possible 6 years ago
  Dominik Stadler 0297946834 Fix some warnings in unit tests 6 years ago
  Dominik Stadler 7c01f5a50c Use Collections.singleton() where applicable 6 years ago
  Dominik Stadler ac0f7b46f2 Fix some warnings 6 years ago
  Dominik Stadler 399381da8d Remove unnecessary local variables 6 years ago
  Dominik Stadler 0cfa1ede4c Remove unnecessary type arguments (Java 8) 6 years ago
  Dominik Stadler 3e70d75cfb Remove unnecessary type arguments 6 years ago
  Dominik Stadler 4e166ebded Suppress some warnings 6 years ago
  Dominik Stadler f1f07e00bb Remove unused imports 6 years ago
  Dominik Stadler 4f3e802f50 Remove unnecessary casts and toString() calls 6 years ago
  Dominik Stadler 202b2b0be5 Remove unnecessary semicolons 6 years ago
  Dominik Stadler 32370cfd1c Remove unnecessary initialization of members 6 years ago
  Dominik Stadler 128c17e83e Fix typos and warnings 6 years ago
  Dominik Stadler 037800436a Let IntelliJ cleanup some code-warnings across the whole code-base: unnecessary casts 6 years ago
  Dominik Stadler c2cf6e7a8e Detect some HTML files as separate invalid filetype 6 years ago