]> source.dussan.org Git - poi.git/commit
bugzilla 52818 - Added implementation for RANK()
authorYegor Kozlov <yegor@apache.org>
Mon, 5 Mar 2012 12:11:13 +0000 (12:11 +0000)
committerYegor Kozlov <yegor@apache.org>
Mon, 5 Mar 2012 12:11:13 +0000 (12:11 +0000)
commit18e4705687b17f7fc94c733d869e8eed878431b0
tree401b11cbe3a472906a7d6af8006b52823a5d7b34
parent4b473d3e04aa5d9819c2a00018f34f8e13916422
bugzilla 52818 - Added implementation for RANK()

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1297021 13f79535-47bb-0310-9956-ffa450edef68
src/documentation/content/xdocs/status.xml
src/java/org/apache/poi/ss/formula/eval/FunctionEval.java
src/java/org/apache/poi/ss/formula/functions/Rank.java [new file with mode: 0644]
src/testcases/org/apache/poi/ss/formula/functions/TestRank.java [new file with mode: 0644]
test-data/spreadsheet/FormulaEvalTestData.xls
test-data/spreadsheet/rank.xls [new file with mode: 0644]