]> source.dussan.org Git - poi.git/commit
follow-up to Bug 62904. More tests and improved evaluation of IF in array mode
authorYegor Kozlov <yegor@apache.org>
Mon, 14 Jan 2019 14:48:21 +0000 (14:48 +0000)
committerYegor Kozlov <yegor@apache.org>
Mon, 14 Jan 2019 14:48:21 +0000 (14:48 +0000)
commit698d8eb0066ff7fa3fa0addcc042ea260e5756e4
treeb27a99f8bb11853e5c4b960cb626e1bbe0ade708
parent8c18d93a6622fb258bfa562e4934e65b066e67c9
follow-up to Bug 62904. More tests and improved evaluation of IF in array mode

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1851263 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/poi/ss/formula/WorkbookEvaluator.java
src/java/org/apache/poi/ss/formula/eval/UnaryMinusEval.java
src/java/org/apache/poi/ss/formula/eval/UnaryPlusEval.java
src/java/org/apache/poi/ss/formula/functions/ArrayFunction.java
src/java/org/apache/poi/ss/formula/functions/BooleanFunction.java
src/java/org/apache/poi/ss/formula/functions/IfFunc.java
src/java/org/apache/poi/ss/formula/functions/LogicalFunction.java
src/testcases/org/apache/poi/ss/formula/functions/TestBooleanFunctionsFromSpreadsheet.java [new file with mode: 0644]
test-data/spreadsheet/BooleanFunctionsTestCaseData.xls [new file with mode: 0644]
test-data/spreadsheet/IfFunctionTestCaseData.xls
test-data/spreadsheet/RowFunctionTestCaseData.xls [new file with mode: 0644]