500 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 099339783b purged calls to cell.setCellType(CellType.BLANK) from the project, replaced with setBlank() 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 3b20c943bf Fix some Findbugs and IDE issues, refactor some duplicated code, 5 years ago
  Dominik Stadler 30de7f738d IDE and JavaDoc fixes, move/remove some unfixed tests 5 years ago
  Yegor Kozlov 73085f9e64 Bug 62904: Support array arguments in IF and logical IS*** functions 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
  Yegor Kozlov 4d3719144e Bug 62836: Implementation of Excel TREND function 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
  PJ Fanning 4833c25d32 lgtm issues 5 years ago
  PJ Fanning 74c07d5307 [bug-62738] make int cast a long cast in randbetween 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 d09cb8f9d8 sonar fixes 6 years ago
  Andreas Beeker b144ace936 sonar fixes 6 years ago
  Nick Burch c079795f4e List a few more missing functions as inline-comments, based on definitions from functionMetadata.txt 6 years ago
  Andreas Beeker 066a8a0b42 add license header 6 years ago
  PJ Fanning 32b370fb67 [githib-107] add areas function support. Thanks to Inji Hanbin. This closes #107 6 years ago
  Greg Woolsey edd87f05b7 add some javadoc to warn that stale cached formula cell values may result in incorrect evaluations, and what to do about it (evaluate formula cells before asking the rule if it applies). 6 years ago
  PJ Fanning af19295590 fix error message 6 years ago
  PJ Fanning 16d25b62af [bug-62254] update offset function to support optional offset values 6 years ago
  PJ Fanning 54e533889a [bug-62121] Fixed Power function of negative numbers. Thanks to Bob van den Berge. This closes #104 6 years ago
  Andreas Beeker 11522974cf #61947 - Remove deprecated classes (POI 4.0.0) 6 years ago
  PJ Fanning 25634cf55f [github-81] Formula adjusting in context of column shifting. Thanks to Dragan Jovanović. This closes #81 6 years ago
  Dominik Stadler d4e89724c7 Update some tests and IntelliJ warnings 6 years ago
  Yegor Kozlov ff6f06cc27 Bugzilla 61116: Formula evaluation fails when using matrix addition within index function call 6 years ago
  Greg Woolsey 31ae97e748 Added a couple missing null checks. 6 years ago
  Greg Woolsey a7a3293fb9 Implement DMAX and DSUM functions, following the pattern from DMIN. 6 years ago
  PJ Fanning 57dcaedde7 use StandardCharsets 6 years ago
  Yegor Kozlov 1ccc7bfd46 Bug 61859: support for evaluating comparison operators in array mode, detect array mode from formula ptgs 6 years ago
  Greg Woolsey 41981a4ac9 #61841 6 years ago
  Greg Woolsey cbd17b9320 #61841 fix typo in method name 6 years ago
  Greg Woolsey 6390202491 Bug #61841 - Unnecessary long computation when evaluating VLOOKUP on all column reference 6 years ago
  Greg Woolsey 9d11d1c3ea add Locale awareness to case insensitive conditional comparisons in formatting rule logic. Needed anyway, and removes forbidden API issues. 6 years ago
  Greg Woolsey ff034f6a20 Fixes Bug 61764 Conditional formatting rules don't evaluate properly for some multi-range rule definitions 6 years ago