1063 Commits (61931b289433469086ba9a0d6325379fc4200494)

Author SHA1 Message Date
  yegor 61931b2894 Bug 62980: Make D* functions ignore case in headings 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 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
  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 30de7f738d IDE and JavaDoc fixes, move/remove some unfixed tests 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
  Vladislav Galas c86ae2cb5f Bug 62828: CellReference(Cell) now initializes sheet name. 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 008986844c Bug 62839: Adjust MathX.floor() to handle negative values the same 5 years ago
  Dominik Stadler 8011fdcdc3 Fix various IDE warnings and some JavaDoc adjustments 5 years ago
  Dominik Stadler ee0dc9944d Remove unnecesssary semicolons 5 years ago
  Dominik Stadler e827a69540 Simplify some string operations 5 years ago
  Dominik Stadler 8e0501aa37 JavaDoc fixes/additions and some IDE warnings removed 5 years ago
  centic 2bd8838fd8 Code-style: Unify how arrays are specified from C-style to normal Java-style 5 years ago
  PJ Fanning fa0066da4e [github-137] solves/unifies blank/missing value colection for PRODUCT/MDETERM/GEOMEAN. Thanks to gallonfizik. This closes #137 5 years ago
  PJ Fanning 7d73b41766 use spaces for indents 5 years ago
  PJ Fanning c96ff43b33 Implemented GEOMEAN function. Thanks to gallonfizik. This closes #136 5 years ago
  Andreas Beeker 042b5ca545 merge trunk 5 years ago
  PJ Fanning 206e66bb3e lgtm issues 5 years ago
  PJ Fanning 43e30f090b fixed escaping of sheet names. Thanks to gallonfizik. This closes #134 5 years ago
  Andreas Beeker af5b9d959c Remove commented out System.out calls / Move DummyGraphics2d to testcase area, as it's not used by production code 5 years ago
  PJ Fanning d64003436f [bug-62908] populate NamedColors 5 years ago
  Yegor Kozlov 4d3719144e Bug 62836: Implementation of Excel TREND function 5 years ago
  Dominik Stadler 0cc8ec178f IDE warnings, tried to reproduce Bug 58927, but could not 5 years ago
  Dominik Stadler 232616f44d Adjust sample for creating comments to also create a .xlsx file 5 years ago
  Dominik Stadler 2148b7f278 Typos and IDE warnings 5 years ago
  Greg Woolsey d24b4492f0 #62834 FormulaEvaluator.evaluateInCell() throws Exception 5 years ago
  Yegor Kozlov c7111f562c Bug 62373: Support for FREQUENCY function 5 years ago
  Nick Burch 290e9c4087 #62831 Fix WorkbookFactory.create with a subclass of File, eg from JFileChooser 5 years ago
  PJ Fanning 4833c25d32 lgtm issues 5 years ago
  PJ Fanning 74c07d5307 [bug-62738] make int cast a long cast in randbetween 5 years ago
  Andreas Beeker 3c3f2a3fe3 sonar fixes - blocker 5 years ago
  Andreas Beeker 2044779351 #62649 - Remove OPOIFS* / rename NPOIFS* to POIFS* 5 years ago
  Dominik Stadler 522c33358b Ensure that file handles are closed for encrypted files 5 years ago
  PJ Fanning a611b66fd1 [bug-62639] make private constructor on DateFormatter public 5 years ago
  PJ Fanning 83b60f4777 [bug-62275] in vlooup function, treat optional 4th param as true if the value is not provided 5 years ago
  Andreas Beeker d3b5a0141e #62564 - replace Thread.currentThread().getContextClassLoader() with getClass().getClassLoader() 5 years ago
  Dominik Stadler a4251b706b Adjust comments and IDE warnings, duplicate code reduction 5 years ago