]> 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)
commitd8c54be1aa1fecf51b5f18d7efb2054ff59cd505
tree45f6d1bf9b28475836822e1df76ab8249933c0f5
parenteab0adda8b13daaf1b934cfae977f6b55c8fa1ee
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]