]> source.dussan.org Git - poi.git/commit
Bug 61063: Add a RefListEval to handle UnionPtg and implement it for Rank(), may...
authorDominik Stadler <centic@apache.org>
Tue, 23 May 2017 21:13:02 +0000 (21:13 +0000)
committerDominik Stadler <centic@apache.org>
Tue, 23 May 2017 21:13:02 +0000 (21:13 +0000)
commitd86802695995268de2d3ea59de7c27f3997142a9
tree4d7cb56266c077322915a72b4630f4f674c8a63a
parent8564aa7bb621a703700fd1ce9a71ba50749bc49d
Bug 61063: Add a RefListEval to handle UnionPtg and implement it for Rank(), may be missing for other functions where ArrayEval is currently handled

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1795963 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/poi/ss/formula/WorkbookEvaluator.java
src/java/org/apache/poi/ss/formula/eval/RefListEval.java [new file with mode: 0644]
src/java/org/apache/poi/ss/formula/functions/LogicalFunction.java
src/java/org/apache/poi/ss/formula/functions/Rank.java
src/ooxml/testcases/org/apache/poi/xssf/usermodel/TestXSSFBugs.java
src/testcases/org/apache/poi/ss/formula/TestWorkbookEvaluator.java
src/testcases/org/apache/poi/ss/formula/functions/TestTFunc.java
test-data/spreadsheet/61063.xlsx [new file with mode: 0644]