]> source.dussan.org Git - poi.git/commit
Bugzilla 61116: Formula evaluation fails when using matrix addition within index...
authorYegor Kozlov <yegor@apache.org>
Sat, 30 Dec 2017 13:11:56 +0000 (13:11 +0000)
committerYegor Kozlov <yegor@apache.org>
Sat, 30 Dec 2017 13:11:56 +0000 (13:11 +0000)
commit176b557f0de7c23cbb14540bb716d0161d1b89f4
tree74906612a094f69d804d6bb7ca6d0faf17fee781
parent9365c5caa33c7c40617ea059c8365782deb11c13
Bugzilla 61116: Formula evaluation fails when using matrix addition within index function call

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1819596 13f79535-47bb-0310-9956-ffa450edef68
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/functions/ArrayMode.java [new file with mode: 0644]
src/java/org/apache/poi/ss/formula/functions/Index.java
src/testcases/org/apache/poi/ss/format/TestCellFormat.java
src/testcases/org/apache/poi/ss/formula/functions/TestIndex.java
test-data/spreadsheet/61116.xls [new file with mode: 0644]