]> source.dussan.org Git - poi.git/commit
Fix for bug #44413 from Josh - Fix for circular references in INDEX, OFFSET, VLOOKUP...
authorNick Burch <nick@apache.org>
Fri, 15 Feb 2008 11:53:25 +0000 (11:53 +0000)
committerNick Burch <nick@apache.org>
Fri, 15 Feb 2008 11:53:25 +0000 (11:53 +0000)
commitb0d728e7ac5d86926db7f7c72061b5ff10f93496
treefcc1dcb63f63601e029b35888a98f4bfa7ad5a3c
parent4dfc4002eabbfcbfaa09cbbb06ddcab9e8660322
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.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]