aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/ss/formula/functions
Commit message (Expand)AuthorAgeFilesLines
* [github-193] Change TRUNC implementation to use MathX. Thanks to Jacob Harris...PJ Fanning2020-10-201-0/+15
* use the forbidden-apis policies corresponding to the JREAndreas Beeker2020-08-151-1/+1
* #64411 - Provide JigSaw modulesAndreas Beeker2020-07-225-5/+5
* remove some deprecated classesPJ Fanning2020-06-271-1/+1
* Add some more tests from bug 63819Dominik Stadler2020-06-151-7/+22
* [github-180] Add DateValue function. Thanks to Milosz Rembisz. This closes #180PJ Fanning2020-05-151-0/+78
* Bug 63940: Avoid endless loop/out of memory on string-replace with empty sear...Dominik Stadler2019-12-311-0/+89
* Migrate all junit tests to Junit 4Andreas Beeker2019-12-2711-138/+67
* Let IntelliJ simplify some assertionsDominik Stadler2019-12-152-4/+5
* Replace manual close with try-with-resourcesDominik Stadler2019-12-151-4/+1
* Migrate tests to Junit 4Andreas Beeker2019-12-0947-565/+844
* replace some more StringBuffersPJ Fanning2019-11-211-1/+1
* replace some uses of StringBuffer with StringBuilderPJ Fanning2019-11-201-1/+1
* 63779 Add support for the new Java date/time API added in Java 8Dominik Stadler2019-10-091-2/+2
* pre-release maintenance:Greg Woolsey2019-03-191-0/+0
* #60724 - Partial implementation for SUBTOTAL() 'ignore hidden rows' variationsGreg Woolsey2019-03-181-2/+10
* Bug 61472: Convert date/time strings to numbers when evaluating formulasYegor Kozlov2019-03-162-4/+52
* made call Cell.setCellType(CellType.FORMULA) illegall. Deprecated Cell.setCel...Vladislav Galas2019-01-263-3/+0
* follow-up to Bug 62904. More tests and improved evaluation of IF in array modeYegor Kozlov2019-01-141-0/+32
* Bug 63054: improved evaluation of array formulas with error in argumentsYegor Kozlov2019-01-081-0/+33
* Bug 62904: Support array arguments in IF and logical IS*** functionsYegor Kozlov2019-01-072-0/+64
* Bug 62839: Adjust MathX.floor() to handle negative values the sameDominik Stadler2018-12-261-0/+6
* Code-style: Unify how arrays are specified from C-style to normal Java-styleDominik Stadler2018-12-253-10/+13
* [github-137] solves/unifies blank/missing value colection for PRODUCT/MDETERM...PJ Fanning2018-12-182-3/+83
* add missing licensePJ Fanning2018-12-161-0/+16
* Implemented GEOMEAN function. Thanks to gallonfizik. This closes #136PJ Fanning2018-12-162-0/+135
* Bug 62836: Implementation of Excel TREND functionYegor Kozlov2018-11-022-0/+32
* Bug 62373: Support for FREQUENCY functionYegor Kozlov2018-10-181-0/+91
* 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/+43
* [bug-62254] update offset function to support optional offset valuesPJ Fanning2018-04-031-0/+22
* Bugzilla 61116: Formula evaluation fails when using matrix addition within in...Yegor Kozlov2017-12-301-0/+15
* Bug 61859: support for evaluating comparison operators in array mode, detect ...Yegor Kozlov2017-12-182-0/+339
* convert "".equals(string) to string.isEmpty()Javen O'Neal2017-10-181-1/+1
* Bug 61064: Support behavior of function CEILING in newer versions of Microsof...Dominik Stadler2017-09-281-25/+70
* Replace deprecated CellReference class and some other warnings fixedDominik Stadler2017-09-261-12/+10
* Remove more deprecated classes and methodsPJ Fanning2017-09-231-1/+3
* use non-deprecated versions of getCellTypePJ Fanning2017-09-184-4/+4
* update getCellType to return CellType enum instead of intPJ Fanning2017-09-188-23/+23
* update getCellType to return CellType enum instead of intPJ Fanning2017-09-183-9/+9
* Remove unnecessary local variablesDominik Stadler2017-09-164-8/+4
* Remove unnecessary type arguments (Java 8)Dominik Stadler2017-09-161-1/+1
* javadoc: replace invalid self enclosing elementsPJ Fanning2017-07-1718-22/+22
* github #43: fix roundUp and roundDown.Javen O'Neal2017-07-131-4/+7
* [Bug 58975] add test case for new function args default of 255PJ Fanning2017-07-081-0/+39
* fix eclipse resource leak warningsAndreas Beeker2017-05-311-99/+107
* Bug 61063: Add a RefListEval to handle UnionPtg and implement it for Rank(), ...Dominik Stadler2017-05-231-10/+3
* github-43: add disabled unit test showing a problem with ROUNDUP(3987*0.2, 2)...Javen O'Neal2017-05-162-20/+67
* Let IntelliJ cleanup some code-warnings across the whole code-base: unnecessa...Dominik Stadler2017-04-178-19/+19
* add helper functions to make it easier to see which scenarios are being testedJaven O'Neal2017-02-241-33/+60