aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/ss/formula/atp
Commit message (Expand)AuthorAgeFilesLines
* Code-style: Unify how arrays are specified from C-style to normal Java-styleDominik Stadler2018-12-251-20/+20
* [bug-62738] make int cast a long cast in randbetweenPJ Fanning2018-09-191-6/+11
* use non-deprecated versions of getCellTypePJ Fanning2017-09-182-4/+4
* update getCellType to return CellType enum instead of intPJ Fanning2017-09-181-13/+13
* update getCellType to return CellType enum instead of intPJ Fanning2017-09-181-5/+5
* Remove unnecessary local variablesDominik Stadler2017-09-161-2/+1
* Remove unnecessary type arguments (Java 8)Dominik Stadler2017-09-162-2/+2
* remove some deprecated code slated for removal in 3.18PJ Fanning2017-09-151-11/+0
* Bug 60452: WorkdayCalculator calculateWorkdays does return wrong value for sa...Dominik Stadler2016-12-301-1/+52
* Eclipse automated refactor/cleanup: add missing @Override and @Deprecated ann...Javen O'Neal2016-10-192-0/+6
* Compiler/IDE warnings, unnecessary keywords,Dominik Stadler2016-09-211-1/+1
* change CellValue#getCellType() to return an int instead of an enum for backwa...Javen O'Neal2016-09-131-3/+3
* bug 59791: FormulaEvaluator#evaluateFormulaCell(Cell) should return an intege...Javen O'Neal2016-07-041-13/+13
* bug 59791: getCellType and getCachedFormulaResultType should return an intege...Javen O'Neal2016-07-042-6/+6
* bug 59791: replace deprecated Cell.CELL_TYPE_* usage with CellType.*Javen O'Neal2016-07-043-19/+22
* Eclipse warnings, comment out dead code, close resources, enhance unit tests,...Dominik Stadler2015-09-131-2/+6
* Bug 58326 - Forbidden APIs patches - first set of changes for locale and time...Andreas Beeker2015-09-076-249/+200
* Fix some Forbidden APIs errorsNick Burch2015-09-011-1/+2
* Somehow the Date formatting via SimpleDateFormatter fails on some CI machines...Dominik Stadler2015-08-201-17/+9
* Add additional checks to narrow down why this test fails when run via MavenDominik Stadler2015-08-191-4/+20
* Add one unit-test for a different way of calculating workdays to see if this ...Dominik Stadler2015-08-181-0/+6
* Complete evaluation support for multi-sheet references for bug #55906Nick Burch2014-07-252-2/+10
* performance issue: call toString() on a String object. This is entirely redun...Cédric Walter2014-03-312-9/+9
* Bug 55724: implementation of excel percentile function, added unit testCédric Walter2013-11-061-0/+112
* Bug 55649: WORKDAY Function returns incorrect date when spanning a weekend, o...Cédric Walter2013-10-101-0/+40
* Patch from Johan from bug #54402 - fix IfError with indirect referencesNick Burch2013-01-101-2/+13
* Patch from Johan Karlsteen for bug #53966 - Implement IfError AP functionNick Burch2012-12-281-0/+84
* optimized unused imports and removed deprecation warnings in poi-mainYegor Kozlov2012-03-055-3/+5
* Bugzill 52378: Support for Excel's Analysis Tool Pack functions workday and n...Yegor Kozlov2011-12-214-0/+445
* Added implementation for MROUND(), VAR() and VARP()Yegor Kozlov2010-12-111-0/+71
* moved common formula-related code to org.apache.poi.ss.formula, eliminated de...Yegor Kozlov2010-11-213-0/+438