7879 Commits (241b0f15a08b4732941586d033abb08925b07b0b)

Author SHA1 Message Date
  Vladislav Galas ea00bb7462 removed accidentally added release-notes 5 years ago
  Dominik Stadler 0dd04de12c Add reproducing test-case for a bug we found newly introduced in JDK 12-ea+28 5 years ago
  Dominik Stadler 8c2e0a17ef Fix some IDE warnings and better output in unit test 5 years ago
  Dominik Stadler b5a0747750 Adjust handling of some exceptions in regression tests 5 years ago
  Dominik Stadler b6a313f710 Bug 60405: Add initial support for cetab functions so some macros can be 5 years ago
  Vladislav Galas 30096c13f0 pulled *Cell.setCellValue(String), setCellValue(RichTextString) to the common base 5 years ago
  Vladislav Galas 006119762d pulled *Cell.setCellValue(Date) and setCellValue(Calendar) to the common base 5 years ago
  Vladislav Galas 0f2845be67 pulled *Cell.setCellValue(double) to the common base 5 years ago
  Vladislav Galas 02d0fbba18 pulled *Cell.getCellTypeEnum() to common base 5 years ago
  Vladislav Galas ed321b0fff pulled *Cell.getAddress to common base 5 years ago
  Vladislav Galas 7f3d575ec8 purged usages of Cell.setCellType (left only in tests, where conversions are tested) 5 years ago
  Vladislav Galas c8d0b7cb57 made call Cell.setCellType(CellType.FORMULA) illegall. Deprecated Cell.setCellType(). Purged all redundant calls from project. 5 years ago
  Vladislav Galas 099339783b purged calls to cell.setCellType(CellType.BLANK) from the project, replaced with setBlank() 5 years ago
  Vladislav Galas 431e195264 added Cell.setBlank() - as an alias, for now 5 years ago
  Vladislav Galas 4b61d7f2a2 setCellFormula: blank cell gets value 0, non-blank value is preserved 5 years ago
  Dominik Stadler 37c657754b Fix some IDE warnings and JVM deprecations 5 years ago
  Yegor Kozlov 9c58649778 follow-up to Bug 62904. More tests and improved evaluation of IF in array mode 5 years ago
  Dominik Stadler 57b38a71b8 Don't fail on row-nums larger than Integer.MAX_VALUE, we had one sample 5 years ago
  Dominik Stadler 3b20c943bf Fix some Findbugs and IDE issues, refactor some duplicated code, 5 years ago
  Dominik Stadler 68c1dcc4c2 Bug 62810: AreaReference ctor looses sheet name if rows or columns swapped 5 years ago
  Dominik Stadler 6c7df04477 Add reproducer for bug 60355 5 years ago
  Dominik Stadler 30de7f738d IDE and JavaDoc fixes, move/remove some unfixed tests 5 years ago
  Dominik Stadler e80e47c659 Add one more test for bug 62828 and fix some IDE warnings 5 years ago
  Greg Woolsey e211bfca68 Bug #60977 writing XSSF with custom properties twice corrupts output 5 years ago
  Yegor Kozlov bc95663b18 Bug 63054: improved evaluation of array formulas with error in arguments 5 years ago
  Vladislav Galas 7b44d1e54c unified setCellType(null/_NONE) logic, setCellFormula(null) logic. updated javadoc and tests 5 years ago
  Yegor Kozlov 73085f9e64 Bug 62904: Support array arguments in IF and logical IS*** functions 5 years ago
  PJ Fanning 09ac35e05d throw IllegalArgumnetException if null directory specified 5 years ago
  Vladislav Galas 7ca850e673 Fixed build (explicitly specified charset for new String(byte[])) 5 years ago
  Vladislav Galas e16885976d Bug 63057: made SXSSFCell.setCellValue(String|RichTextString) exception-safe. 5 years ago
  Vladislav Galas 2cda5536a1 Improved test coverage for *Cell classes 5 years ago
  Vladislav Galas 217633f608 Bug 62993: XSSFEvaluationSheet now retrieves valid last row index from underlying XSSFSheet. Thanks to Axel Howind. 5 years ago
  Vladislav Galas c86ae2cb5f Bug 62828: CellReference(Cell) now initializes sheet name. 5 years ago
  Vladislav Galas 42261c8991 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 cc760d30e7 Add missing revert() in OPCPackage to close Zip-streams always 5 years ago
  Dominik Stadler b7d5591734 Add missing file-close in ZipInputStreamZipEntrySource seen in some mass regression tests 5 years ago
  PJ Fanning cdbda8e615 fix since annotation 5 years ago
  Andreas Beeker 8db668438c #63047 - Make POILogger subclassable 5 years ago
  Dominik Stadler d4539d9658 Adjust test for bug 60460 to also run fine on Windows 5 years ago
  Dominik Stadler 05246549dd Bug 60460: Handle null workbook or sheet names and emit #REF as Excel does 5 years ago
  Dominik Stadler c8c441cdcd IDE and JavaDoc fixes 5 years ago
  Dominik Stadler 9167737811 Bug 60845: Apply patch and adjust tests 5 years ago
  Dominik Stadler fe44bd234d IDE and JavaDoc fixes, make base test classes abstract 5 years ago
  Andreas Beeker 033c092415 #63028 - Provide font embedding for slideshows 5 years ago
  Andreas Beeker 7416a824c6 Add Enum method to help identifying unknown records with POI-Visualizer 5 years ago
  Andreas Beeker cf1e15b85e Fix Javadocs 5 years ago
  Andreas Beeker 162d14f644 Zero out garbage bytes in FontEntityAtom 5 years ago
  Dominik Stadler e3ce49cea8 Run Cell-tests on HSSF as well and make handling of null-values consistent across implementations 5 years ago
  Dominik Stadler deeaa076af Bug 61532: Fix setting values/types during formula evaluation for SXSSF 5 years ago
  Dominik Stadler 691ade87dc Add test which verifies that bug 61605 is already fixed 5 years ago