aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/ss/formula
Commit message (Expand)AuthorAgeFilesLines
* 65206 - Migrate ant / maven to gradle buildAndreas Beeker2021-03-27158-20045/+0
* FinanceLib: Simplify code and add a few more testsDominik Stadler2021-02-181-4/+19
* Sonar fixesAndreas Beeker2021-01-303-84/+30
* Sonar fixesAndreas Beeker2021-01-171-1/+1
* Sonar fixesAndreas Beeker2021-01-113-4/+4
* Sonar fixesAndreas Beeker2021-01-1089-99/+95
* Sonar fixesAndreas Beeker2021-01-1052-52/+52
* Sonar fixesAndreas Beeker2021-01-0919-41/+42
* Sonar fixesAndreas Beeker2021-01-08117-503/+503
* Try to make Gradle build workDominik Stadler2021-01-031-5/+1
* 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-24158-2018/+1462
* Improve error messages on missing Factory-implementations, fix Sonar issues a...Dominik Stadler2020-11-011-2/+1
* 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
* Update library versionsAndreas Beeker2020-08-182-59/+65
* #64036 - Replace reflection calls in factories for Java 9+Andreas Beeker2020-08-161-0/+5
* use the forbidden-apis policies corresponding to the JREAndreas Beeker2020-08-154-33/+25
* [github-191] Fix RuntimeException on array formula referencing blank cell. Th...PJ Fanning2020-08-141-0/+39
* #64411 - Provide JigSaw modulesAndreas Beeker2020-07-2218-46/+46
* remove some deprecated classesPJ Fanning2020-06-271-1/+1
* Add some more tests from bug 63819Dominik Stadler2020-06-151-7/+22
* Bug 64393: Adjust relational operators to handle MissingArgEval correctlyDominik Stadler2020-05-161-0/+62
* [github-180] Add DateValue function. Thanks to Milosz Rembisz. This closes #180PJ Fanning2020-05-151-0/+78
* #63745 - Add traversing and debugging interface to HSSFAndreas Beeker2020-04-121-1/+1
* 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-2752-1278/+1045
* #64004 - Replace clone() with copy constructor - mainly HSSF classesAndreas Beeker2019-12-221-2/+8
* Let IntelliJ simplify some assertionsDominik Stadler2019-12-156-10/+14
* Replace manual close with try-with-resourcesDominik Stadler2019-12-152-8/+2
* Adjust some JavaDoc and fix some IDE warningsDominik Stadler2019-12-141-5/+7
* Migrate tests to Junit 4Andreas Beeker2019-12-0947-565/+844
* replace more StringBuffersPJ Fanning2019-11-211-3/+3
* 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-092-4/+4
* Close file-resources in unit-tests, fix IDE warningsDominik Stadler2019-08-151-18/+38
* tidy up some int castsPJ Fanning2019-06-121-6/+6
* #63302 Formula evaluation of names with offset or row function is incorrectGreg Woolsey2019-03-301-2/+16
* 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-163-4/+80
* Bug 60405: Add initial support for cetab functions so some macros can beDominik Stadler2019-01-271-0/+378
* made call Cell.setCellType(CellType.FORMULA) illegall. Deprecated Cell.setCel...Vladislav Galas2019-01-263-3/+0
* purged calls to cell.setCellType(CellType.BLANK) from the project, replaced w...Vladislav Galas2019-01-262-5/+5
* follow-up to Bug 62904. More tests and improved evaluation of IF in array modeYegor Kozlov2019-01-141-0/+32