aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/ss/formula/eval
Commit message (Expand)AuthorAgeFilesLines
...
* bug 59791: replace deprecated Cell.CELL_TYPE_* usage with CellType.*Javen O'Neal2016-07-041-2/+3
* bug 59791: convert Cell Type to an enumJaven O'Neal2016-07-042-27/+28
* bug 59170: Removed deprecated methods in POIFS, SS, HSSF, and XSSFJaven O'Neal2016-06-181-4/+0
* FunctionEval is a utility class. It should not have a public default constructorJaven O'Neal2016-06-171-0/+4
* Add XSSF support to ForkedEvaluatorAndreas Beeker2016-06-071-13/+14
* findbugs fixesAndreas Beeker2016-05-201-27/+3
* sonar fixAndreas Beeker2016-03-181-1/+1
* javadocsJaven O'Neal2015-12-041-1/+2
* add comments for names of missing functionsJaven O'Neal2015-12-041-25/+99
* whitespaceJaven O'Neal2015-11-241-280/+280
* Eclipse warnings, typos, ...Dominik Stadler2015-11-081-1/+1
* fix eclipse warning - mostly generics cosmeticsAndreas Beeker2015-09-121-22/+22
* Make D* functions thread safe, thanks to Patrick Zimmermann for the patch.David North2015-09-031-2/+2
* Fix some Eclipse warnings and adjust use of Generics, Comments, close()Dominik Stadler2015-07-161-1/+1
* Patch from Conor from bug #57747 - Add ISERR() functionNick Burch2015-04-241-0/+1
* Whitespace and comment updatesNick Burch2015-04-241-6/+6
* Finish converting ErrorEval to only use the FormulaError constants, and then ...Nick Burch2015-02-081-33/+23
* Reduce duplication between FormulaError and ErrorConstantsNick Burch2015-02-081-25/+15
* Bug 57007: Add initial implementations of DMIN and DGET functionsDominik Stadler2014-12-281-0/+4
* Fix Eclipse warnings, unnecessary casts, use generics, static access...Dominik Stadler2014-12-281-0/+7
* Remove some Eclipse warnings, remove confusing FunctionID/ID renaming...Dominik Stadler2014-11-271-76/+10
* revert of r1639217 and offline-linking for maven javadocsAndreas Beeker2014-11-151-1/+1
* Javadoc warnings fixed:Andreas Beeker2014-11-131-1/+1
* Bug 57003: Add implementation of function FIXEDDominik Stadler2014-11-071-1/+2
* Bug 57010: Add implementation of function PROPERDominik Stadler2014-10-201-1/+1
* Begin required interface + base-class support for multi-sheet area references...Nick Burch2014-07-252-12/+35
* Update the RefEval method signature to cope with multi-sheet references, and ...Nick Burch2014-07-253-12/+56
* Update the XSSF getExternalSheet method signature, to start to prepare for sh...Nick Burch2014-07-251-2/+2
* Rename missing from previous commitNick Burch2014-07-202-10/+10
* Update the formula evaluator to support XSSF style external named ranges tooNick Burch2014-07-201-1/+4
* Better reporting on why a test is failing, and partial NameXPxg evalNick Burch2014-07-191-2/+1
* Start to update how the formula parser looks up sheets from formula ptgs, to ...Nick Burch2014-07-191-4/+7
* When throwing an exception during formula evaluation, if this is due to an un...Nick Burch2014-07-032-7/+55
* Fix whitespace - reformat to consistent spaces, instead of a mix of tabs and ...Nick Burch2013-12-271-217/+277
* Bug 55724: implementation of Excel PERCENTILE functionCédric Walter2013-11-051-1/+2
* Bug 55024: MIRR Formula implementation review, added error handling and Formu...Cédric Walter2013-11-041-0/+2
* Bug 55082: patch for missing function ROMANCédric Walter2013-08-161-0/+2
* Bug 55047: REPT formula supportYegor Kozlov2013-06-021-0/+1
* missing tests for Bug 55041 - CODE formula supportYegor Kozlov2013-06-021-0/+1
* Bugzilla 54469 - Support for financial functions IPMT and PPMTYegor Kozlov2013-03-021-0/+2
* Bugzilla 54356 - Support of statistical function SLOPEYegor Kozlov2013-01-191-1/+2
* Bugzilla 54356: Support of statistical function INTERCEPTYegor Kozlov2012-12-281-0/+3
* Bugzilla 53644: XLS formula bugfix (CalFieldFunc) + WeekDay addonYegor Kozlov2012-08-111-0/+1
* bugzilla 52818 - Added implementation for RANK()Yegor Kozlov2012-03-051-0/+1
* polished code to register new function impls in runtimeYegor Kozlov2012-02-261-5/+27
* allow runtime registration of functions in FormulaEvaluatorYegor Kozlov2012-02-211-0/+49
* bugzilla 52575: added an option to ignore missing workbook references in form...Yegor Kozlov2012-02-061-0/+4
* Add implementation of RATE from patch in bug #52050Nick Burch2011-10-191-0/+1
* Bug 50209 - Fixed evaluation of Subtotals to ignore nested subtotalsYegor Kozlov2011-07-251-0/+9
* Fix bug #48968 - Implement support for HOUR, MINUTE and SECOND formulasNick Burch2011-03-251-1/+4