Fix for bug #44413 from Josh - Fix for circular references in INDEX, OFFSET, VLOOKUP...
commitb583e67e40eb99a82fd8c7ca3d24e572c6334038
authorNick Burch <nick@apache.org>
Fri, 15 Feb 2008 11:53:25 +0000 (15 11:53 +0000)
committerNick Burch <nick@apache.org>
Fri, 15 Feb 2008 11:53:25 +0000 (15 11:53 +0000)
treefcc1dcb63f63601e029b35888a98f4bfa7ad5a3c
parentab4f0d37151bf8ee5575ef22330aef3992d60d7c
Fix for bug #44413 from Josh - Fix for circular references in INDEX, OFFSET, VLOOKUP formulas, where a cell is actually allowed to reference itself

git-svn-id: https://svn.eu.apache.org/repos/asf/poi/trunk@628029 13f79535-47bb-0310-9956-ffa450edef68
src/documentation/content/xdocs/changes.xml
src/documentation/content/xdocs/status.xml
src/scratchpad/src/org/apache/poi/hssf/usermodel/EvaluationCycleDetector.java [new file with mode: 0755]
src/scratchpad/src/org/apache/poi/hssf/usermodel/EvaluationCycleDetectorManager.java [new file with mode: 0755]
src/scratchpad/src/org/apache/poi/hssf/usermodel/HSSFFormulaEvaluator.java
src/scratchpad/testcases/org/apache/poi/hssf/record/formula/eval/TestCircularReferences.java [new file with mode: 0755]