aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/ss/formula/eval
Commit message (Expand)AuthorAgeFilesLines
* 65206 - Migrate ant / maven to gradle buildAndreas Beeker2021-03-2733-3332/+0
* [github-215] Improve Performance of OperandResolver#parseDouble. Thanks to Ro...PJ Fanning2021-01-181-4/+4
* Bug 64986: Support missing or blank match_type for function MatchDominik Stadler2020-12-302-5/+5
* Update library versionsAndreas Beeker2020-08-181-2/+2
* #64036 - Replace reflection calls in factories for Java 9+Andreas Beeker2020-08-171-31/+11
* remove some deprecated codePJ Fanning2020-07-151-26/+0
* Bug 64393: Adjust relational operators to handle MissingArgEval correctlyDominik Stadler2020-05-161-4/+4
* [github-180] Add DateValue function. Thanks to Milosz Rembisz. This closes #180PJ Fanning2020-05-151-1/+1
* replace version number 4.0.2PJ Fanning2019-03-311-1/+1
* #60724 - Partial implementation for SUBTOTAL() 'ignore hidden rows' variationsGreg Woolsey2019-03-182-0/+15
* Bug 61472: Convert date/time strings to numbers when evaluating formulasYegor Kozlov2019-03-161-1/+15
* 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-142-2/+8
* Bug 62904: Support array arguments in IF and logical IS*** functionsYegor Kozlov2019-01-074-78/+40
* JavaDoc fixes/additions and some IDE warnings removedDominik Stadler2018-12-252-16/+12
* Code-style: Unify how arrays are specified from C-style to normal Java-styleDominik Stadler2018-12-251-3/+3
* Implemented GEOMEAN function. Thanks to gallonfizik. This closes #136PJ Fanning2018-12-161-1/+1
* Remove commented out System.out calls / Move DummyGraphics2d to testcase area...Andreas Beeker2018-11-191-2/+1
* Bug 62836: Implementation of Excel TREND functionYegor Kozlov2018-11-021-1/+1
* Bug 62373: Support for FREQUENCY functionYegor Kozlov2018-10-181-1/+2
* List a few more missing functions as inline-comments, based on definitions fr...Nick Burch2018-05-141-2/+12
* [githib-107] add areas function support. Thanks to Inji Hanbin. This closes #107PJ Fanning2018-05-011-0/+1
* [bug-62121] Fixed Power function of negative numbers. Thanks to Bob van den B...PJ Fanning2018-04-011-0/+3
* Implement DMAX and DSUM functions, following the pattern from DMIN. Greg Woolsey2017-12-271-3/+2
* Bug 61859: support for evaluating comparison operators in array mode, detect ...Yegor Kozlov2017-12-183-3/+86
* #61841 Greg Woolsey2017-12-071-0/+1
* #61841 fix typo in method nameGreg Woolsey2017-12-061-2/+2
* Bug #61841 - Unnecessary long computation when evaluating VLOOKUP on all colu...Greg Woolsey2017-12-061-1/+10
* cleanup for r1812476: avoid NPEs from string.isEmpty()Javen O'Neal2017-10-181-0/+3
* update getCellType to return CellType enum instead of intPJ Fanning2017-09-181-2/+2
* update getCellType to return CellType enum instead of intPJ Fanning2017-09-181-10/+6
* Change getCachedFormulaResultType to return CellTypePJ Fanning2017-09-181-6/+6
* Some more code cleanupDominik Stadler2017-09-171-1/+1
* Remove unnecessary type arguments (Java 8)Dominik Stadler2017-09-165-6/+6
* Numeric Array Formula and Matrix Function [from Bob95132] This closes #69PJ Fanning2017-09-134-1/+89
* javadoc: replace invalid self enclosing elementsPJ Fanning2017-07-177-33/+33
* remove some unused importsPJ Fanning2017-06-291-1/+0
* Bug 61063: Add a RefListEval to handle UnionPtg and implement it for Rank(), ...Dominik Stadler2017-05-231-0/+46
* Simplify the ValueEval.toString() implementations and include more informatio...Dominik Stadler2017-05-125-27/+18
* Add evaluation of data validation rules and conditional formattingGreg Woolsey2017-02-131-0/+5
* SonarQube fixesAndreas Beeker2017-01-061-3/+4
* Some IDE warning fixes and unit test adjustmentsDominik Stadler2016-10-051-5/+3
* bug 59791: add deprecation warningsJaven O'Neal2016-09-141-2/+2
* add @Internal annotations to implementations of Internal EvaluationWorkbook a...Javen O'Neal2016-07-072-2/+14
* whitespace (tabs to spaces)Javen O'Neal2016-07-072-179/+179
* add @Override annotations to spreadsheet formula Evaluation classesJaven O'Neal2016-07-072-1/+19
* bug 59814: clear evaluation workbook and evaluation sheet caches. Patch from ...Javen O'Neal2016-07-072-0/+16
* bug 59804: indicate when features were @Internal-izedJaven O'Neal2016-07-051-2/+2
* bug 59791: add @since to Cell, EvaluationCell, and FormulaEvaluator CellType ...Javen O'Neal2016-07-041-2/+10
* bug 59791: getCellType and getCachedFormulaResultType should return an intege...Javen O'Neal2016-07-042-8/+43