]> source.dussan.org Git - poi.git/commit
Bugzilla 54469 - Support for financial functions IPMT and PPMT
authorYegor Kozlov <yegor@apache.org>
Sat, 2 Mar 2013 13:17:53 +0000 (13:17 +0000)
committerYegor Kozlov <yegor@apache.org>
Sat, 2 Mar 2013 13:17:53 +0000 (13:17 +0000)
commitec930fd66aa22cb039b5cca52b0d297fe7208889
tree801b606b9cab2f3b4db15d8f1aa67bf2ee7b5135
parent38774b82a807e0155926405aed9cac7a0d14fc8b
Bugzilla 54469 - Support for financial functions IPMT and PPMT

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1451886 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/poi/ss/formula/eval/FunctionEval.java
src/java/org/apache/poi/ss/formula/functions/Finance.java [new file with mode: 0644]
src/java/org/apache/poi/ss/formula/functions/IPMT.java [new file with mode: 0644]
src/java/org/apache/poi/ss/formula/functions/PPMT.java [new file with mode: 0644]
src/testcases/org/apache/poi/ss/formula/functions/TestIPMT.java [new file with mode: 0644]
src/testcases/org/apache/poi/ss/formula/functions/TestPPMT.java [new file with mode: 0644]
test-data/spreadsheet/FormulaEvalTestData.xls
test-data/spreadsheet/finance.xls [new file with mode: 0644]