]> source.dussan.org Git - poi.git/commit
Bug #56822 fix COUNTIFS()
authorGreg Woolsey <gwoolsey@apache.org>
Tue, 14 Feb 2017 22:05:49 +0000 (22:05 +0000)
committerGreg Woolsey <gwoolsey@apache.org>
Tue, 14 Feb 2017 22:05:49 +0000 (22:05 +0000)
commit7dfa32c28bea0ff9f5244957727164e181b11a28
treef6570f869d624f345920c171de3d64212b3ef20e
parentf990d41c78b86ea4812809461251179cdc69b2d6
Bug #56822 fix COUNTIFS()

includes unit test from the issue.  Verified unit test results in Excel vs. incorrect previous POI results.  Test passes new code, as do existing tests.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1783037 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/poi/ss/formula/functions/Baseifs.java [new file with mode: 0644]
src/java/org/apache/poi/ss/formula/functions/Countifs.java
src/java/org/apache/poi/ss/formula/functions/Sumifs.java
src/ooxml/testcases/org/apache/poi/ss/formula/functions/CountifsTests.java [new file with mode: 0644]
src/testcases/org/apache/poi/ss/formula/functions/CountifsTests.java [deleted file]
test-data/spreadsheet/56822-Countifs.xlsx [new file with mode: 0644]