9731 Commits (edd1f4c75e23276dabb30326cb741500a87efe1d)
 

Author SHA1 Message Date
  Vladislav Galas a8a0cb56f7 purged usages of Cell.setCellType (left only in tests, where conversions are tested) 5 years ago
  Vladislav Galas 39d963aa33 made call Cell.setCellType(CellType.FORMULA) illegall. Deprecated Cell.setCellType(). Purged all redundant calls from project. 5 years ago
  Vladislav Galas 19bf8b23d5 purged calls to cell.setCellType(CellType.BLANK) from the project, replaced with setBlank() 5 years ago
  Vladislav Galas d60cb3a18c added Cell.setBlank() - as an alias, for now 5 years ago
  Vladislav Galas 1253a29571 setCellFormula: blank cell gets value 0, non-blank value is preserved 5 years ago
  Andreas Beeker 07e190317f try to fix missing modules error and move addOpens detection into ant build 5 years ago
  Dominik Stadler bf59b76c22 Add required --add-opens and other settings for JDK 12 on Windows 5 years ago
  Dominik Stadler 5a10cc9e6b Jenkins: Try to disable coverage for JDK 13 for now as it seems to cause issues 5 years ago
  Dominik Stadler a1529d0718 Jenkins: Add initial build for JDK 13, add build for JDK 12 on Windows 5 years ago
  Dominik Stadler c9f3de1c0e Fix invalid comment in build.xml 5 years ago
  Dominik Stadler 30cae305ca Fix passing in --add-opens for Java 9+ after the poiunit refactoring, this 5 years ago
  Dominik Stadler b5fe208770 Fix some IDE warnings and JVM deprecations 5 years ago
  PJ Fanning 5a758864b5 try to fix xmlbeans build 5 years ago
  Andreas Beeker 074709372d update xmlbeans targets 5 years ago
  PJ Fanning 31934922c9 [github-140] add .travis.yml. Thanks to krichter722. This closes #140 5 years ago
  Yegor Kozlov 698d8eb006 follow-up to Bug 62904. More tests and improved evaluation of IF in array mode 5 years ago
  Dominik Stadler 8c18d93a66 Don't fail on row-nums larger than Integer.MAX_VALUE, we had one sample 5 years ago
  Dominik Stadler db14c353fc Fix some Findbugs and IDE issues, refactor some duplicated code, 5 years ago
  Dominik Stadler 068c820ef4 Bug 62810: AreaReference ctor looses sheet name if rows or columns swapped 5 years ago
  Dominik Stadler 88b9e48287 Add reproducer for bug 60355 5 years ago
  Dominik Stadler c41ace92b6 Revert inadvertently commented lines 5 years ago
  Dominik Stadler c1940b1ccd Remove obsolete settings from JDK 11/12 build 5 years ago
  Dominik Stadler 73128a7183 Enable weekly run of Java 12 build 5 years ago
  Dominik Stadler 32c43c068c IDE and JavaDoc fixes, move/remove some unfixed tests 5 years ago
  Dominik Stadler a1a1797299 Add one more test for bug 62828 and fix some IDE warnings 5 years ago
  Greg Woolsey 8b69fcc642 Bug #60977 writing XSSF with custom properties twice corrupts output 5 years ago
  PJ Fanning 131e3ee0ed use spaces for indents 5 years ago
  Yegor Kozlov 0cdc0ee985 Bug 63054: updated formulas in test spreadsheet to keep build happy 5 years ago
  Yegor Kozlov b85437ee88 Bug 63054: improved evaluation of array formulas with error in arguments 5 years ago
  Vladislav Galas f64aef7417 unified setCellType(null/_NONE) logic, setCellFormula(null) logic. updated javadoc and tests 5 years ago
  Yegor Kozlov 81033fbad0 Bug 62904: Support array arguments in IF and logical IS*** functions 5 years ago
  Vladislav Galas f3eb4dd393 updated mockito to 2.23.4 to fix java 11 build 5 years ago
  PJ Fanning 0849bbc614 throw IllegalArgumnetException if null directory specified 5 years ago
  Vladislav Galas 6d87e36227 Fixed build (explicitly specified charset for new String(byte[])) 5 years ago
  Vladislav Galas 1f9b858ae5 Bug 63057: made SXSSFCell.setCellValue(String|RichTextString) exception-safe. 5 years ago
  Vladislav Galas 8600f64890 Improved test coverage for *Cell classes 5 years ago
  Vladislav Galas 3b8055baa0 Bug 62993: XSSFEvaluationSheet now retrieves valid last row index from underlying XSSFSheet. Thanks to Axel Howind. 5 years ago
  Vladislav Galas e501d4015d Bug 62828: CellReference(Cell) now initializes sheet name. 5 years ago
  Vladislav Galas 3aec436a34 Bug 62307: made Cell#getNumericCellValue() behavior consistent across HSSF/XSSF/SXSSF.\nAll three implementations throw ISE when trying to get numeric value from a boolean-valued cell, have it a formula set or not. 5 years ago
  Dominik Stadler 59a7919af6 Add missing revert() in OPCPackage to close Zip-streams always 5 years ago
  Dominik Stadler fa24471916 Add missing file-close in ZipInputStreamZipEntrySource seen in some mass regression tests 5 years ago
  PJ Fanning bfecad39e5 fix since annotation 5 years ago
  Andreas Beeker 00afbded61 exclude integrationtest/build from rat-check 5 years ago
  Andreas Beeker d71a65c388 #63047 - Make POILogger subclassable 5 years ago
  Dominik Stadler dfb613a059 Adjust test for bug 60460 to also run fine on Windows 5 years ago
  Dominik Stadler 85d6f81076 Bug 60460: Handle null workbook or sheet names and emit #REF as Excel does 5 years ago
  Dominik Stadler faf53dcdb4 IDE and JavaDoc fixes 5 years ago
  Dominik Stadler 648c8fffa1 Jenkins DSL: Disable XMLBeans-JDK-11 as it will not work yet 5 years ago
  Dominik Stadler b416d97de5 Bug 60845: Apply patch and adjust tests 5 years ago
  Dominik Stadler d942e2042d IDE and JavaDoc fixes, make base test classes abstract 5 years ago