]> source.dussan.org Git - poi.git/commit
Added implementation for SUMIFS(), see Bugzilla 52462
authorYegor Kozlov <yegor@apache.org>
Sat, 21 Jan 2012 11:50:49 +0000 (11:50 +0000)
committerYegor Kozlov <yegor@apache.org>
Sat, 21 Jan 2012 11:50:49 +0000 (11:50 +0000)
commit1df1a286b9fe0e268988fdc4e7bd339944f1e576
tree0c2ff3320c98a13b8c4ee0be6a9463aa15da794d
parent2de8e3793566b4e9640012968910fac528020ad9
Added implementation for SUMIFS(), see Bugzilla 52462

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1234305 13f79535-47bb-0310-9956-ffa450edef68
src/documentation/content/xdocs/status.xml
src/java/org/apache/poi/ss/formula/atp/AnalysisToolPak.java
src/java/org/apache/poi/ss/formula/functions/Sumifs.java [new file with mode: 0644]
src/testcases/org/apache/poi/ss/formula/functions/TestSumifs.java [new file with mode: 0644]
test-data/spreadsheet/sumifs.xls [new file with mode: 0644]