]> source.dussan.org Git - poi.git/commit
Bug 55082: patch for missing function ROMAN
authorCédric Walter <cedricwalter@apache.org>
Fri, 16 Aug 2013 18:28:18 +0000 (18:28 +0000)
committerCédric Walter <cedricwalter@apache.org>
Fri, 16 Aug 2013 18:28:18 +0000 (18:28 +0000)
commit67f198e752ba6e2b17b339bf73dda68d1451d665
tree473462f62b127db4bde0a735105c4ee5fe6befd0
parent7962fc2a9e55a40e1a7d653724c77fa8894b76c2
Bug 55082: patch for missing function ROMAN

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