]> 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)
commitb6dd3bca347a264d07b321743f795477aaeae5e2
tree913e639f3e9dd9c9213bf1b71596aaefd81543fb
parent3f9c7016888ad9e0fe4aaaf9faae250ca9169e6e
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]