]> 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)
commit2135b0741c66b8f3f5421c1f0195ce1d1cc85865
tree2f17694231ec2f57849ef3e5b509158fdb27ae15
parentabd5fcd9392c25059d4c53468b61ccdb8ca881c2
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]