]> source.dussan.org Git - poi.git/commit
Numeric Array Formula and Matrix Function [from Bob95132] This closes #69
authorPJ Fanning <fanningpj@apache.org>
Wed, 13 Sep 2017 23:54:36 +0000 (23:54 +0000)
committerPJ Fanning <fanningpj@apache.org>
Wed, 13 Sep 2017 23:54:36 +0000 (23:54 +0000)
commit5ef2f1636ca9d5e80128d3515b3c38daa96d3413
tree359c52fa0aac828d6bd0ec85c8558ce3e91212ac
parente726dd68dea64a89c340b94725ca43d519d37515
Numeric Array Formula and Matrix Function [from Bob95132] This closes #69

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808297 13f79535-47bb-0310-9956-ffa450edef68
24 files changed:
.classpath
build.gradle
build.xml
sonar/main/pom.xml
src/java/org/apache/poi/hssf/usermodel/HSSFEvaluationCell.java
src/java/org/apache/poi/ss/formula/CacheAreaEval.java [new file with mode: 0644]
src/java/org/apache/poi/ss/formula/EvaluationCell.java
src/java/org/apache/poi/ss/formula/OperationEvaluationContext.java
src/java/org/apache/poi/ss/formula/OperationEvaluatorFactory.java
src/java/org/apache/poi/ss/formula/WorkbookEvaluator.java
src/java/org/apache/poi/ss/formula/eval/FunctionEval.java
src/java/org/apache/poi/ss/formula/eval/OperandResolver.java
src/java/org/apache/poi/ss/formula/eval/TwoOperandNumericOperation.java
src/java/org/apache/poi/ss/formula/eval/forked/ForkedEvaluationCell.java
src/java/org/apache/poi/ss/formula/functions/ArrayFunction.java [new file with mode: 0644]
src/java/org/apache/poi/ss/formula/functions/MatrixFunction.java [new file with mode: 0644]
src/ooxml/java/org/apache/poi/xssf/streaming/SXSSFEvaluationCell.java
src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFCell.java
src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFEvaluationCell.java
src/ooxml/testcases/org/apache/poi/xssf/usermodel/TestMatrixFormulasFromXMLSpreadsheet.java [new file with mode: 0644]
src/testcases/org/apache/poi/hssf/usermodel/TestMatrixFormulasFromBinarySpreadsheet.java [new file with mode: 0644]
src/testcases/org/apache/poi/ss/formula/TestWorkbookEvaluator.java
test-data/spreadsheet/MatrixFormulaEvalTestData.xls [new file with mode: 0644]
test-data/spreadsheet/MatrixFormulaEvalTestData.xlsx [new file with mode: 0644]