]> source.dussan.org Git - poi.git/commit
Patch from Josh from bug #44371 - support for OFFSET function, and various tweaks...
authorNick Burch <nick@apache.org>
Thu, 21 Feb 2008 15:08:44 +0000 (15:08 +0000)
committerNick Burch <nick@apache.org>
Thu, 21 Feb 2008 15:08:44 +0000 (15:08 +0000)
commitb5dfd29cfc7b3caaf942012b002cc03c680331ee
treea0c434e4eefeb5eef731a9ec424a62bd24037b0a
parent862657ef40a6dcad654c119d7d6b030fbc28f143
Patch from Josh from bug #44371 - support for OFFSET function, and various tweaks to the formula evaluator to support this

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@629821 13f79535-47bb-0310-9956-ffa450edef68
13 files changed:
src/documentation/content/xdocs/changes.xml
src/documentation/content/xdocs/status.xml
src/java/org/apache/poi/hssf/record/formula/Area3DPtg.java
src/scratchpad/src/org/apache/poi/hssf/record/formula/eval/Area3DEval.java
src/scratchpad/src/org/apache/poi/hssf/record/formula/eval/FunctionEval.java
src/scratchpad/src/org/apache/poi/hssf/record/formula/eval/Ref3DEval.java
src/scratchpad/src/org/apache/poi/hssf/record/formula/functions/FreeRefFunction.java [new file with mode: 0755]
src/scratchpad/src/org/apache/poi/hssf/record/formula/functions/Indirect.java
src/scratchpad/src/org/apache/poi/hssf/record/formula/functions/Offset.java
src/scratchpad/src/org/apache/poi/hssf/record/formula/functions/Rows.java
src/scratchpad/src/org/apache/poi/hssf/usermodel/HSSFFormulaEvaluator.java
src/scratchpad/testcases/org/apache/poi/hssf/record/formula/functions/AllIndividualFunctionEvaluationTests.java
src/scratchpad/testcases/org/apache/poi/hssf/record/formula/functions/TestOffset.java [new file with mode: 0755]