]> source.dussan.org Git - poi.git/commit
Support for IRR() function, see Bugzilla 50409. Includes fix for Bugzilla 50437
authorYegor Kozlov <yegor@apache.org>
Fri, 10 Dec 2010 14:20:35 +0000 (14:20 +0000)
committerYegor Kozlov <yegor@apache.org>
Fri, 10 Dec 2010 14:20:35 +0000 (14:20 +0000)
commit574810c8aa85d5f2e6cfb9e476f01584fa7b860b
tree80284ddce5f97c613f9d7c223ba3b92adc90788b
parent49dd8f1ca0afc3285ac7f8e127965fbef5e7644b
Support for IRR() function, see Bugzilla 50409. Includes fix for Bugzilla 50437

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1044370 13f79535-47bb-0310-9956-ffa450edef68
src/documentation/content/xdocs/index.xml
src/documentation/content/xdocs/status.xml
src/java/org/apache/poi/ss/formula/eval/FunctionEval.java
src/java/org/apache/poi/ss/formula/functions/AggregateFunction.java
src/java/org/apache/poi/ss/formula/functions/FinanceLib.java
src/java/org/apache/poi/ss/formula/functions/Irr.java [new file with mode: 0644]
src/java/org/apache/poi/ss/formula/functions/Npv.java
src/testcases/org/apache/poi/ss/formula/functions/TestIrr.java [new file with mode: 0644]
src/testcases/org/apache/poi/ss/formula/functions/TestNpv.java [new file with mode: 0644]
test-data/spreadsheet/IrrNpvTestCaseData.xls [new file with mode: 0644]