aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/ss/formula/eval
Commit message (Expand)AuthorAgeFilesLines
* Improve error messages on missing Factory-implementations, fix Sonar issues a...Dominik Stadler2020-11-011-2/+1
* Update library versionsAndreas Beeker2020-08-181-30/+27
* #64411 - Provide JigSaw modulesAndreas Beeker2020-07-221-5/+5
* Bug 64393: Adjust relational operators to handle MissingArgEval correctlyDominik Stadler2020-05-161-0/+62
* Migrate all junit tests to Junit 4Andreas Beeker2019-12-2714-579/+405
* Let IntelliJ simplify some assertionsDominik Stadler2019-12-152-3/+5
* Adjust some JavaDoc and fix some IDE warningsDominik Stadler2019-12-141-5/+7
* Bug 61472: Convert date/time strings to numbers when evaluating formulasYegor Kozlov2019-03-161-0/+28
* Fix some Findbugs and IDE issues, refactor some duplicated code,Dominik Stadler2019-01-131-9/+11
* JavaDoc fixes/additions and some IDE warnings removedDominik Stadler2018-12-251-22/+10
* [bug-62121] Fixed Power function of negative numbers. Thanks to Bob van den B...PJ Fanning2018-04-011-0/+98
* Remove more deprecated classes and methodsPJ Fanning2017-09-231-1/+3
* use non-deprecated versions of getCellTypePJ Fanning2017-09-182-5/+5
* change HyperLink getType to return HyperlinkTypePJ Fanning2017-09-182-20/+20
* update getCellType to return CellType enum instead of intPJ Fanning2017-09-181-10/+10
* Various code cleanups, "final" for static methods is useless, for-loops, simp...Dominik Stadler2017-09-171-8/+4
* Remove unnecessary local variablesDominik Stadler2017-09-162-5/+3
* Remove unnecessary type arguments (Java 8)Dominik Stadler2017-09-161-1/+1
* javadoc: replace invalid self enclosing elementsPJ Fanning2017-07-176-10/+10
* Ensure SpreadsheetVersion is set for AreaReferencesPJ Fanning2017-06-281-9/+15
* whitespaceJaven O'Neal2017-06-201-71/+71
* bug 52063: support 2-argument LOOKUP(lookup_value, array) function in ExcelJaven O'Neal2017-06-201-3/+58
* Let IntelliJ cleanup some code-warnings across the whole code-base: unnecessa...Dominik Stadler2017-04-171-2/+2
* Adjust toString() of ExternalNameRecordDominik Stadler2016-12-121-1/+0
* Eclipse automated refactor/cleanup: add missing @Override and @Deprecated ann...Javen O'Neal2016-10-194-10/+21
* change CellValue#getCellType() to return an int instead of an enum for backwa...Javen O'Neal2016-09-135-22/+22
* bug 59791: getCellType and getCachedFormulaResultType should return an intege...Javen O'Neal2016-07-042-13/+13
* bug 59791: replace deprecated Cell.CELL_TYPE_* usage with CellType.*Javen O'Neal2016-07-043-11/+13
* bug 59791: convert Cell Type to an enumJaven O'Neal2016-07-042-32/+41
* Add XSSF support to ForkedEvaluatorAndreas Beeker2016-06-071-11/+16
* findbugs fixesAndreas Beeker2016-05-201-29/+27
* Slightly improve error messageDominik Stadler2016-04-061-38/+28
* Bug 58829: Remove some useages of printStackTrace() and some other minor clea...Dominik Stadler2016-01-131-3/+4
* close resourcesAndreas Beeker2015-11-291-13/+26
* Bug 55032: Fix handling missing option values in financial functions PV, FV, ...Dominik Stadler2015-10-011-0/+33
* fix eclipse warning - mostly generics cosmeticsAndreas Beeker2015-09-121-70/+68
* Bug 58326 - Forbidden APIs patches - first set of changes for locale and time...Andreas Beeker2015-09-071-210/+130
* remove trailing comma ... works ok in Oracle jdk6, but maybe not in openjdk ...Andreas Beeker2015-09-021-1/+1
* Fix DAYS360 for US/EU handlingAndreas Beeker2015-09-012-50/+43
* Fix some Forbidden APIs errorsNick Burch2015-09-012-2/+4
* - reworked HexDump class - unified array dumps and usage of standard java cal...Andreas Beeker2015-08-291-1/+1
* Add missing license headerDominik Stadler2015-01-021-0/+16
* Bug 46898: Convert unit tests for circular references to also run for XSSFDominik Stadler2015-01-024-170/+193
* Fix Eclipse warnings, unnecessary casts, use generics, static access...Dominik Stadler2014-12-283-74/+76
* HSSF and XSSF Multi-Sheet formula reference tests from Radoslav from bug #55906Nick Burch2014-07-261-0/+331
* Complete evaluation support for multi-sheet references for bug #55906Nick Burch2014-07-251-0/+3
* Update the RefEval method signature to cope with multi-sheet references, and ...Nick Burch2014-07-251-5/+4
* bugzilla 52057 - updated formula test framework to be aware of recently added...Yegor Kozlov2012-02-281-3/+12
* moved ptg classes to org.apache.poi.ss.formula.ptgYegor Kozlov2010-11-243-4/+4
* moved common formula-related code to org.apache.poi.ss.formula, eliminated de...Yegor Kozlov2010-11-2116-1/+1758