Implement CountA, CountIf, Index, Rows and Columns functions. Patch from Josh Micich...
commit40c8e507724980ebff39c8c8286d0ac507c78b05
authorNick Burch <nick@apache.org>
Mon, 4 Feb 2008 10:48:29 +0000 (4 10:48 +0000)
committerNick Burch <nick@apache.org>
Mon, 4 Feb 2008 10:48:29 +0000 (4 10:48 +0000)
tree609f20b9d7c0adbb8d266b1835e4e2b64e141c60
parent3896e6e2254d73f2bbd183964e776848120e0cc5
Implement CountA, CountIf, Index, Rows and Columns functions. Patch from Josh Micich in bug #44345

git-svn-id: https://svn.eu.apache.org/repos/asf/poi/trunk@618230 13f79535-47bb-0310-9956-ffa450edef68
13 files changed:
src/documentation/content/xdocs/changes.xml
src/documentation/content/xdocs/status.xml
src/scratchpad/src/org/apache/poi/hssf/record/formula/functions/Columns.java
src/scratchpad/src/org/apache/poi/hssf/record/formula/functions/Counta.java
src/scratchpad/src/org/apache/poi/hssf/record/formula/functions/Countif.java
src/scratchpad/src/org/apache/poi/hssf/record/formula/functions/Index.java
src/scratchpad/src/org/apache/poi/hssf/record/formula/functions/Rows.java
src/scratchpad/testcases/org/apache/poi/hssf/record/formula/functions/AllIndividualFunctionEvaluationTests.java [new file with mode: 0755]
src/scratchpad/testcases/org/apache/poi/hssf/record/formula/functions/EvalFactory.java [new file with mode: 0755]
src/scratchpad/testcases/org/apache/poi/hssf/record/formula/functions/NumericFunctionInvoker.java [new file with mode: 0755]
src/scratchpad/testcases/org/apache/poi/hssf/record/formula/functions/TestCountFuncs.java [new file with mode: 0755]
src/scratchpad/testcases/org/apache/poi/hssf/record/formula/functions/TestIndex.java [new file with mode: 0755]
src/scratchpad/testcases/org/apache/poi/hssf/record/formula/functions/TestRowCol.java [new file with mode: 0755]