aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/ss/formula/eval
Commit message (Expand)AuthorAgeFilesLines
...
* added implementations for CLEAN(), CHAR() and ADDRESS(), see Bugzilla 50607Yegor Kozlov2011-01-191-2/+3
* Added implementation for MROUND(), VAR() and VARP()Yegor Kozlov2010-12-111-0/+3
* Support for IRR() function, see Bugzilla 50409. Includes fix for Bugzilla 50437Yegor Kozlov2010-12-101-0/+1
* improved work with UDFs and Analysis Toolpack functions, ATP functions are en...Yegor Kozlov2010-11-281-0/+9
* moved ptg classes to org.apache.poi.ss.formula.ptgYegor Kozlov2010-11-245-10/+10
* moved common formula-related code to org.apache.poi.ss.formula, eliminated de...Yegor Kozlov2010-11-2129-30/+2217
* Apply, with a few tweaks, the patch from bug #48996 - initial support for Ext...Nick Burch2010-06-101-0/+4
* cleaned javadoc warningsYegor Kozlov2010-06-061-1/+3
* Made BlankEval instance consistent with other Eval singletons.Josh Micich2009-11-281-1/+1
* Bugzilla 47969 - improvements to equals() methodsJosh Micich2009-10-131-0/+1
* Minor improvements to error handling in ForkedEvaluator. Added junits.Josh Micich2009-09-301-0/+6
* Improvements to patch 47809 (support for UDFs)Josh Micich2009-09-172-9/+13
* improved work with user-defined functions, see Bugzilla 47809Yegor Kozlov2009-09-161-0/+7
* Changed CRLF to LF in .java base src files. Minor reformatting fixes.Josh Micich2009-05-195-574/+574
* removed unused imports of deprecated classes, fixed javadoc errorsYegor Kozlov2009-04-111-1/+1
* Bugzilla 46580 - Replaced ErrorEval.FUNCTION_NOT_IMPLEMENTED with new excepti...Josh Micich2009-01-221-0/+36
* fixed compiler error due unused importJosh Micich2008-12-041-1/+0
* Initial add of ForkedEvaluator functionalityJosh Micich2008-12-044-0/+539