aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/ss/formula
Commit message (Expand)AuthorAgeFilesLines
...
* remove some tab indentsPJ Fanning2019-05-221-111/+111
* fix result of multiplication cast to wider typeAlain Béarez2019-05-212-23/+27
* fix boxed variable is never nullAlain Béarez2019-05-211-43/+54
* Close more file-handles in testsDominik Stadler2019-04-231-3/+7
* some more checks for int overflowsPJ Fanning2019-04-151-1/+1
* replace version number 4.0.2PJ Fanning2019-03-312-2/+2
* fix a condition not seen until a recent expansion of the stress test. Gracef...Greg Woolsey2019-03-311-1/+1
* #63302 Formula evaluation of names with offset or row function is incorrectGreg Woolsey2019-03-301-4/+6
* #60724 - Partial implementation for SUBTOTAL() 'ignore hidden rows' variationsGreg Woolsey2019-03-1812-19/+154
* Bug 61472: Convert date/time strings to numbers when evaluating formulasYegor Kozlov2019-03-162-2/+30
* Handle possible invalid date value (#61652)Greg Woolsey2019-03-161-0/+3
* #63264 Conditional Format rule evaluation calculates relative references inco...Greg Woolsey2019-03-162-13/+20
* Bug 60980: Fix parsing formulas with intersections in functions argsYegor Kozlov2019-02-211-2/+2
* [bug-63187] fix typosPJ Fanning2019-02-182-4/+4
* Bug 62980: Make D* functions ignore case in headingsYegor Kozlov2019-02-091-1/+2
* Bug 60405: Add initial support for cetab functions so some macros can beDominik Stadler2019-01-277-59/+116
* purged calls to cell.setCellType(CellType.BLANK) from the project, replaced w...Vladislav Galas2019-01-261-1/+1
* follow-up to Bug 62904. More tests and improved evaluation of IF in array modeYegor Kozlov2019-01-147-54/+198
* Fix some Findbugs and IDE issues, refactor some duplicated code,Dominik Stadler2019-01-132-37/+49
* IDE and JavaDoc fixes, move/remove some unfixed testsDominik Stadler2019-01-112-10/+3
* Bug 62904: Support array arguments in IF and logical IS*** functionsYegor Kozlov2019-01-079-97/+257
* Bug 60460: Handle null workbook or sheet names and emit #REF as Excel doesDominik Stadler2018-12-303-76/+107
* Bug 62839: Adjust MathX.floor() to handle negative values the sameDominik Stadler2018-12-261-36/+21
* Fix various IDE warnings and some JavaDoc adjustmentsDominik Stadler2018-12-261-3/+3
* Remove unnecesssary semicolonsDominik Stadler2018-12-261-1/+1
* Simplify some string operationsDominik Stadler2018-12-262-3/+3
* JavaDoc fixes/additions and some IDE warnings removedDominik Stadler2018-12-253-19/+15
* Code-style: Unify how arrays are specified from C-style to normal Java-styleDominik Stadler2018-12-255-28/+31
* [github-137] solves/unifies blank/missing value colection for PRODUCT/MDETERM...PJ Fanning2018-12-183-23/+103
* use spaces for indentsPJ Fanning2018-12-171-159/+160
* Implemented GEOMEAN function. Thanks to gallonfizik. This closes #136PJ Fanning2018-12-163-158/+173
* lgtm issuesPJ Fanning2018-12-081-1/+1
* fixed escaping of sheet names. Thanks to gallonfizik. This closes #134PJ Fanning2018-11-254-25/+88
* Remove commented out System.out calls / Move DummyGraphics2d to testcase area...Andreas Beeker2018-11-193-16/+10
* Bug 62836: Implementation of Excel TREND functionYegor Kozlov2018-11-022-1/+378
* Typos and IDE warningsDominik Stadler2018-10-261-1/+1
* #62834 FormulaEvaluator.evaluateInCell() throws ExceptionGreg Woolsey2018-10-191-2/+24
* Bug 62373: Support for FREQUENCY functionYegor Kozlov2018-10-182-1/+83
* lgtm issuesPJ Fanning2018-09-292-15/+4
* [bug-62738] make int cast a long cast in randbetweenPJ Fanning2018-09-191-1/+1
* [bug-62275] in vlooup function, treat optional 4th param as true if the value...PJ Fanning2018-07-271-1/+6
* sonar fixesAndreas Beeker2018-06-021-8/+14
* sonar fixesAndreas Beeker2018-05-221-1/+2
* List a few more missing functions as inline-comments, based on definitions fr...Nick Burch2018-05-141-2/+12
* add license headerAndreas Beeker2018-05-021-0/+17
* [githib-107] add areas function support. Thanks to Inji Hanbin. This closes #107PJ Fanning2018-05-012-0/+36
* add some javadoc to warn that stale cached formula cell values may result in ...Greg Woolsey2018-04-181-0/+11
* fix error messagePJ Fanning2018-04-041-199/+199
* [bug-62254] update offset function to support optional offset valuesPJ Fanning2018-04-031-4/+6
* [bug-62121] Fixed Power function of negative numbers. Thanks to Bob van den B...PJ Fanning2018-04-011-0/+3