]> source.dussan.org Git - poi.git/commit
[bug-49202] add PERCENTRANK function
authorPJ Fanning <fanningpj@apache.org>
Sat, 7 Aug 2021 14:23:10 +0000 (14:23 +0000)
committerPJ Fanning <fanningpj@apache.org>
Sat, 7 Aug 2021 14:23:10 +0000 (14:23 +0000)
commitbb515fdc3089dc83f4e3a849c73c6a855f77fd29
treeaf74b96ee40b58631279ae64624e3c18ff00d871
parent5ded0c8212d49acb439c8b4edf9561ecffcf83b3
[bug-49202] add PERCENTRANK function

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892077 13f79535-47bb-0310-9956-ffa450edef68
poi/src/main/java/org/apache/poi/ss/formula/eval/FunctionEval.java
poi/src/main/java/org/apache/poi/ss/formula/functions/PercentRank.java [new file with mode: 0644]
poi/src/test/java/org/apache/poi/ss/formula/functions/TestPercentRank.java [new file with mode: 0644]