aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/ss/formula/functions
Commit message (Expand)AuthorAgeFilesLines
* 65206 - Migrate ant / maven to gradle buildAndreas Beeker2021-03-2794-11195/+0
* FinanceLib: Simplify code and add a few more testsDominik Stadler2021-02-181-4/+19
* Sonar fixesAndreas Beeker2021-01-112-3/+2
* Sonar fixesAndreas Beeker2021-01-1051-57/+54
* Sonar fixesAndreas Beeker2021-01-1037-37/+37
* Sonar fixesAndreas Beeker2021-01-0910-24/+25
* Sonar fixesAndreas Beeker2021-01-0863-278/+278
* forbidden-apis-fixAndreas Beeker2021-01-011-1/+1
* fix year agnostic date/test valuesAndreas Beeker2021-01-011-2/+10
* Sonar fixesAndreas Beeker2020-12-261-1/+1
* #65026 - Migrate tests to Junit 5Andreas Beeker2020-12-2494-1052/+826
* Prevent some unit-tests from failing when non-English local is used in Maven runDominik Stadler2020-10-251-26/+31
* try to fix sonar buildAndreas Beeker2020-10-231-16/+23
* reformatPJ Fanning2020-10-201-41/+41
* [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