3242 Commits (0d22749477125691ea5c7ca8de620aa5dbdef852)

Author SHA1 Message Date
  Greg Woolsey 0d22749477 #63291 CellFormat global cache isn't thread-safe 5 years ago
  Greg Woolsey 30851e44a6 #63302 Formula evaluation of names with offset or row function is incorrect 5 years ago
  PJ Fanning 2a9390d683 [bug-63291] support concurrent date formatting with same DataFormatter 5 years ago
  PJ Fanning 895b251367 some javadoc issues 5 years ago
  Dominik Stadler 40f8d119c7 Remove more remnants of NPOIFSFileSystem, mostly in comments and variable names 5 years ago
  PJ Fanning f2d9c1a927 [bug-63268] fix issue where CellUtil.setFont is adding unnecessary styles 5 years ago
  Greg Woolsey 82f9c29258 #60724 - Partial implementation for SUBTOTAL() 'ignore hidden rows' variations 5 years ago
  Andreas Beeker 19005a4e63 Fix forbidden apis error 5 years ago
  Yegor Kozlov 6ef332b48e Bug 61472: Convert date/time strings to numbers when evaluating formulas 5 years ago
  Greg Woolsey ee83ce5fcd Handle possible invalid date value (#61652) 5 years ago
  Greg Woolsey 8225326b56 #63264 Conditional Format rule evaluation calculates relative references incorrectly 5 years ago
  PJ Fanning 126606c838 fix some cases where iterator usage does not check hasNext 5 years ago
  Dominik Stadler a9b2a8b2bd Bug 63200: Avoid NullPointerException in XSLFShape.selectPaint() and check some more in integration tests 5 years ago
  Dominik Stadler 53a30d796e Bug 62151: Fix warnings about illegal reflective access in Java 9+ by 5 years ago
  Dominik Stadler 98b620889b Remove some remnants of NFileSystem 5 years ago
  Dominik Stadler 8c6e95f597 Add some more testing for bug 63151: NullPointerException in HSSFOptimiser.optimiseFonts(), also execute it as part of large regression tests in the future 5 years ago
  Yegor Kozlov cafa57cbdd Bug 60980: Fix parsing formulas with intersections in functions args 5 years ago
  PJ Fanning bf4396b375 [bug-63151] handle NPE in UnicodeString 5 years ago
  PJ Fanning 37ff2b7fb2 [bug-63187] fix typos 5 years ago
  Yegor Kozlov c438465b08 Bug 62980: Make D* functions ignore case in headings 5 years ago
  Dominik Stadler e8ed5e3a8c Adjust handling of some exceptions in regression tests 5 years ago
  Dominik Stadler c376d662f9 Bug 60405: Add initial support for cetab functions so some macros can be 5 years ago
  Vladislav Galas a08b69df80 pulled *Cell.setCellValue(String), setCellValue(RichTextString) to the common base 5 years ago
  Vladislav Galas 53eee01b5d pulled *Cell.setCellValue(Date) and setCellValue(Calendar) to the common base 5 years ago
  Vladislav Galas 5da229797f pulled *Cell.setCellValue(double) to the common base 5 years ago
  Vladislav Galas 70b4b88a3a pulled *Cell.getCellTypeEnum() to common base 5 years ago
  Vladislav Galas bc30eceb02 pulled *Cell.getAddress to common base 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
  Dominik Stadler b5fe208770 Fix some IDE warnings and JVM deprecations 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 32c43c068c IDE and JavaDoc fixes, move/remove some unfixed tests 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
  PJ Fanning 0849bbc614 throw IllegalArgumnetException if null directory specified 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
  Andreas Beeker d71a65c388 #63047 - Make POILogger subclassable 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
  Andreas Beeker c039da1b94 #63028 - Provide font embedding for slideshows 5 years ago
  Dominik Stadler 22bdfcf399 Run Cell-tests on HSSF as well and make handling of null-values consistent across implementations 5 years ago
  Dominik Stadler c218c3cbc4 Add some simple coverage of HSLF-Dev-Tools 5 years ago
  Dominik Stadler 5b62dcd379 Bug 62839: Adjust MathX.floor() to handle negative values the same 5 years ago
  Dominik Stadler 6f2f283db8 Fix various IDE warnings and some JavaDoc adjustments 5 years ago