]> 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)
commitce4501452f16c19fd79c813305b87953ce79e698
tree473462f62b127db4bde0a735105c4ee5fe6befd0
parent906aafbc5910fdc57ee33374f72124d767bf7eeb
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]