]> source.dussan.org Git - poi.git/commit
Bug 57007: Add initial implementations of DMIN and DGET functions
authorDominik Stadler <centic@apache.org>
Sun, 28 Dec 2014 10:47:41 +0000 (10:47 +0000)
committerDominik Stadler <centic@apache.org>
Sun, 28 Dec 2014 10:47:41 +0000 (10:47 +0000)
commitba0aa8a128c524ad2c7be21fd07360572011bb24
tree9d02eda3ac3220848160333ef8c1fbe8466e9716
parentdec03ba45908c2116327242f2a546e2fab28409a
Bug 57007: Add initial implementations of DMIN and DGET functions

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1648166 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/poi/ss/formula/eval/FunctionEval.java
src/java/org/apache/poi/ss/formula/functions/DGet.java [new file with mode: 0644]
src/java/org/apache/poi/ss/formula/functions/DMin.java [new file with mode: 0644]
src/java/org/apache/poi/ss/formula/functions/DStarRunner.java [new file with mode: 0644]
src/java/org/apache/poi/ss/formula/functions/IDStarAlgorithm.java [new file with mode: 0644]
src/testcases/org/apache/poi/ss/formula/functions/TestDGetFunctionsFromSpreadsheet.java [new file with mode: 0644]
src/testcases/org/apache/poi/ss/formula/functions/TestDStarFunctionsFromSpreadsheet.java [new file with mode: 0644]
test-data/spreadsheet/DGet.xls [new file with mode: 0644]
test-data/spreadsheet/DStar.xls [new file with mode: 0644]