aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/ss/formula/EvaluationTracker.java
Commit message (Expand)AuthorAgeFilesLines
* Fix for bug 46898 - Formula evaluator should not cache intermediate circular-...Josh Micich2009-03-301-0/+10
* fixed generics compiler warnings for poi.ss.formulaJosh Micich2008-12-031-8/+8
* Performance optimisation for EvaluationCache. Changed to use HSSFCell as key...Josh Micich2008-10-091-46/+58
* Optimised the FormulaEvaluator to take cell dependencies into accountJosh Micich2008-09-231-13/+37
* Partitioning common formula logic. Introduced FormulaParsingWorkbook and Eva...Josh Micich2008-09-191-0/+106