]> source.dussan.org Git - poi.git/commit
initial import of ExcelAnt tasks, see Bugzilla 50610
authorYegor Kozlov <yegor@apache.org>
Fri, 18 Feb 2011 20:04:50 +0000 (20:04 +0000)
committerYegor Kozlov <yegor@apache.org>
Fri, 18 Feb 2011 20:04:50 +0000 (20:04 +0000)
commitb6aaf36b5cef63a874607a4195a4741387ffa08f
tree62f407656b7be9862e179a5cdda8e20efdc890ef
parentfd9aefc708d91e94cce5b02c64cc29beef056986
initial import of ExcelAnt tasks, see Bugzilla 50610

git-svn-id: https://svn.apache.org/repos/asf/poi/branches/excelant@1072119 13f79535-47bb-0310-9956-ffa450edef68
33 files changed:
build.xml
maven/poi-excelant.pom [new file with mode: 0755]
src/documentation/content/xdocs/spreadsheet/book.xml
src/documentation/content/xdocs/spreadsheet/excelant.xml [new file with mode: 0755]
src/excelant/java/org/apache/poi/ss/excelant/ExcelAntEvaluateCell.java [new file with mode: 0755]
src/excelant/java/org/apache/poi/ss/excelant/ExcelAntHandlerTask.java [new file with mode: 0755]
src/excelant/java/org/apache/poi/ss/excelant/ExcelAntPrecision.java [new file with mode: 0755]
src/excelant/java/org/apache/poi/ss/excelant/ExcelAntSet.java [new file with mode: 0755]
src/excelant/java/org/apache/poi/ss/excelant/ExcelAntSetDoubleCell.java [new file with mode: 0755]
src/excelant/java/org/apache/poi/ss/excelant/ExcelAntSetFormulaCell.java [new file with mode: 0755]
src/excelant/java/org/apache/poi/ss/excelant/ExcelAntSetStringCell.java [new file with mode: 0755]
src/excelant/java/org/apache/poi/ss/excelant/ExcelAntTask.java [new file with mode: 0755]
src/excelant/java/org/apache/poi/ss/excelant/ExcelAntTest.java [new file with mode: 0755]
src/excelant/java/org/apache/poi/ss/excelant/ExcelAntUserDefinedFunction.java [new file with mode: 0755]
src/excelant/java/org/apache/poi/ss/excelant/IExcelAntWorkbookHandler.java [new file with mode: 0755]
src/excelant/java/org/apache/poi/ss/excelant/util/ExcelAntEvaluationResult.java [new file with mode: 0755]
src/excelant/java/org/apache/poi/ss/excelant/util/ExcelAntWorkbookUtil.java [new file with mode: 0755]
src/excelant/java/org/apache/poi/ss/excelant/util/ExcelAntWorkbookUtilFactory.java [new file with mode: 0755]
src/excelant/resources/org/apache/poi/ss/excelant/antlib.xml [new file with mode: 0755]
src/excelant/testcases/org/apache/poi/ss/examples/formula/CalculateMortgage.java [new file with mode: 0755]
src/excelant/testcases/org/apache/poi/ss/examples/formula/ExcelAntUserDefinedFunctionTestHelper.java [new file with mode: 0755]
src/excelant/testcases/org/apache/poi/ss/examples/formula/TestExcelAntUserDefinedFunction.java [new file with mode: 0755]
src/excelant/testcases/org/apache/poi/ss/excelant/BuildFileTest.java [new file with mode: 0755]
src/excelant/testcases/org/apache/poi/ss/excelant/TestBuildFile.java [new file with mode: 0644]
src/excelant/testcases/org/apache/poi/ss/excelant/TestExcelAntPrecision.java [new file with mode: 0755]
src/excelant/testcases/org/apache/poi/ss/excelant/TestExcelAntSet.java [new file with mode: 0755]
src/excelant/testcases/org/apache/poi/ss/excelant/TestExcelAntSetDoubleCell.java [new file with mode: 0755]
src/excelant/testcases/org/apache/poi/ss/excelant/util/ExcelAntWorkbookUtilTestHelper.java [new file with mode: 0755]
src/excelant/testcases/org/apache/poi/ss/excelant/util/TestExcelAntEvaluationResult.java [new file with mode: 0755]
src/excelant/testcases/org/apache/poi/ss/excelant/util/TestExcelAntWorkbookUtil.java [new file with mode: 0755]
src/excelant/testcases/org/apache/poi/ss/excelant/util/TestExcelAntWorkbookUtilFactory.java [new file with mode: 0755]
test-data/spreadsheet/excelant.xls [new file with mode: 0644]
test-data/spreadsheet/mortgage-calculation.xls [new file with mode: 0644]