]> source.dussan.org Git - poi.git/commit
Bug 55047: REPT formula support
authorYegor Kozlov <yegor@apache.org>
Sun, 2 Jun 2013 23:39:41 +0000 (23:39 +0000)
committerYegor Kozlov <yegor@apache.org>
Sun, 2 Jun 2013 23:39:41 +0000 (23:39 +0000)
commit9fd5fb147d012c6a0bbe8c7bf66ca042ed47307e
tree2f17694231ec2f57849ef3e5b509158fdb27ae15
parent0b7dc0f2cae46bfcdecd35bf775088c2033ee350
Bug 55047: REPT formula support

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