]> source.dussan.org Git - poi.git/commit
add initial version of DCount and broken test
authorPJ Fanning <fanningpj@apache.org>
Wed, 25 May 2022 12:36:42 +0000 (12:36 +0000)
committerPJ Fanning <fanningpj@apache.org>
Wed, 25 May 2022 12:36:42 +0000 (12:36 +0000)
commitb9da0f93504193d0da217a2eeea5e5a2800141a0
tree7e54cc8f95eea0e574fdc40488a72f878a6fcdaf
parent3f414c760c3ff93199b3b1d7f4489158104079ff
add initial version of DCount and broken test

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1901237 13f79535-47bb-0310-9956-ffa450edef68
poi/src/main/java/org/apache/poi/ss/formula/eval/FunctionEval.java
poi/src/main/java/org/apache/poi/ss/formula/functions/DCount.java [new file with mode: 0644]
poi/src/main/java/org/apache/poi/ss/formula/functions/DStarRunner.java
poi/src/test/java/org/apache/poi/ss/formula/functions/TestDCount.java [new file with mode: 0644]
poi/src/test/java/org/apache/poi/ss/formula/functions/TestDGet.java [new file with mode: 0644]