]> 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)
commit23ecb9a1722f41d7ac57b6d2c0bc4603c7e447d4
tree359c52fa0aac828d6bd0ec85c8558ce3e91212ac
parente6d9be197ce5287e8d9cb243e0e8ab33187be265
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]