]> source.dussan.org Git - poi.git/commit
Implement CountA, CountIf, Index, Rows and Columns functions. Patch from Josh Micich...
authorNick Burch <nick@apache.org>
Mon, 4 Feb 2008 10:48:29 +0000 (10:48 +0000)
committerNick Burch <nick@apache.org>
Mon, 4 Feb 2008 10:48:29 +0000 (10:48 +0000)
commit1f4c3cc7503fc20a89bfc9332d33801d61e13117
tree609f20b9d7c0adbb8d266b1835e4e2b64e141c60
parente04ac3122e1c32eb1a0b67f680fb6a3ed975ec18
Implement CountA, CountIf, Index, Rows and Columns functions. Patch from Josh Micich in bug #44345

git-svn-id: https://svn.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]