]> source.dussan.org Git - poi.git/commit
Bug 56688: Fix border cases in EDATE function: handle RefEval and BlankEval and also...
authorDominik Stadler <centic@apache.org>
Tue, 22 Jul 2014 12:31:56 +0000 (12:31 +0000)
committerDominik Stadler <centic@apache.org>
Tue, 22 Jul 2014 12:31:56 +0000 (12:31 +0000)
commit3853004e6dba68f84888d5572744894b27ab6439
tree913e639f3e9dd9c9213bf1b71596aaefd81543fb
parent5e74bf91336fcdd238ea31a85f5a047424d7678c
Bug 56688: Fix border cases in EDATE function: handle RefEval and BlankEval and also return #VALUE, not #REF if case of error

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1612557 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/poi/ss/formula/functions/EDate.java
src/ooxml/testcases/org/apache/poi/xssf/usermodel/TestXSSFBugs.java
src/testcases/org/apache/poi/hssf/usermodel/TestHSSFDateUtil.java
src/testcases/org/apache/poi/ss/formula/functions/TestEDate.java
test-data/spreadsheet/56688_1.xlsx [new file with mode: 0644]
test-data/spreadsheet/56688_2.xlsx [new file with mode: 0644]
test-data/spreadsheet/56688_3.xlsx [new file with mode: 0644]
test-data/spreadsheet/56688_4.xlsx [new file with mode: 0644]