]> source.dussan.org Git - poi.git/commit
Bugzilla 48343 - added implementation of SUBTOTAL function (patch from Paul Tomlin)
authorJosh Micich <josh@apache.org>
Tue, 8 Dec 2009 17:19:09 +0000 (17:19 +0000)
committerJosh Micich <josh@apache.org>
Tue, 8 Dec 2009 17:19:09 +0000 (17:19 +0000)
commita9929f37ee0c11592391e79389a2230c7966468c
treedf8604fd689903d5488e74d8b31057298c9f7e3e
parent5984c5d57cb1aee6bea1b32723e3ad825a3b6a6a
Bugzilla 48343 - added implementation of SUBTOTAL function (patch from Paul Tomlin)

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@888490 13f79535-47bb-0310-9956-ffa450edef68
src/documentation/content/xdocs/status.xml
src/java/org/apache/poi/hssf/record/formula/eval/FunctionEval.java
src/java/org/apache/poi/hssf/record/formula/functions/Subtotal.java [new file with mode: 0644]
src/testcases/org/apache/poi/hssf/record/formula/functions/AllIndividualFunctionEvaluationTests.java
src/testcases/org/apache/poi/hssf/record/formula/functions/TestSubtotal.java [new file with mode: 0644]