]> source.dussan.org Git - poi.git/commit
Bug 55024: MIRR Formula implementation review, added error handling and FormulaEvalTe...
authorCédric Walter <cedricwalter@apache.org>
Mon, 4 Nov 2013 22:52:06 +0000 (22:52 +0000)
committerCédric Walter <cedricwalter@apache.org>
Mon, 4 Nov 2013 22:52:06 +0000 (22:52 +0000)
commitbcfb8f235f5d9c2170829504bbee7f1dd8a6b34c
tree45f6d1bf9b28475836822e1df76ab8249933c0f5
parent26dc6796dfe7950566d935f12eb17171cc042051
Bug 55024: MIRR Formula implementation review, added error handling and FormulaEvalTest.xls

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1538795 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/poi/ss/formula/eval/FunctionEval.java
src/java/org/apache/poi/ss/formula/functions/Mirr.java [new file with mode: 0644]
src/testcases/org/apache/poi/ss/formula/functions/TestMirr.java [new file with mode: 0644]
test-data/spreadsheet/FormulaEvalTestData.xls
test-data/spreadsheet/mirrTest.xls [new file with mode: 0644]