]> 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)
commita0248ff4f0c400ff479b9cd81277b8a728f11ea4
tree9d02eda3ac3220848160333ef8c1fbe8466e9716
parent5c76ccba5b9b8286d04fe7cbc8a81084d73379d8
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]