1076 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
  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
  Yegor Kozlov cafa57cbdd Bug 60980: Fix parsing formulas with intersections in functions args 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 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
  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
  Vladislav Galas e501d4015d Bug 62828: CellReference(Cell) now initializes sheet name. 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 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
  Dominik Stadler 235f3e059c Remove unnecesssary semicolons 5 years ago
  Dominik Stadler f6eab84243 Simplify some string operations 5 years ago
  Dominik Stadler accfb5a678 JavaDoc fixes/additions and some IDE warnings removed 5 years ago
  Dominik Stadler 19884d0ca3 Code-style: Unify how arrays are specified from C-style to normal Java-style 5 years ago
  PJ Fanning 2dea9797ce [github-137] solves/unifies blank/missing value colection for PRODUCT/MDETERM/GEOMEAN. Thanks to gallonfizik. This closes #137 5 years ago
  PJ Fanning 9f7520e86f use spaces for indents 5 years ago
  PJ Fanning e399507710 Implemented GEOMEAN function. Thanks to gallonfizik. This closes #136 5 years ago
  Andreas Beeker fce876b4ef merge trunk 5 years ago
  PJ Fanning 740a756a3f lgtm issues 5 years ago
  PJ Fanning 30dd835629 fixed escaping of sheet names. Thanks to gallonfizik. This closes #134 5 years ago
  Andreas Beeker fa5e01e391 Remove commented out System.out calls / Move DummyGraphics2d to testcase area, as it's not used by production code 5 years ago
  PJ Fanning d1deecfc9c [bug-62908] populate NamedColors 5 years ago
  Yegor Kozlov 9aabade3f0 Bug 62836: Implementation of Excel TREND function 5 years ago
  Dominik Stadler d7649a2831 IDE warnings, tried to reproduce Bug 58927, but could not 5 years ago
  Dominik Stadler a8fd70ec7f Adjust sample for creating comments to also create a .xlsx file 5 years ago