]> source.dussan.org Git - poi.git/commit
Patch from Josh from bug #44450 - VLookup and HLookup support, and improvements to...
authorNick Burch <nick@apache.org>
Fri, 22 Feb 2008 11:23:50 +0000 (11:23 +0000)
committerNick Burch <nick@apache.org>
Fri, 22 Feb 2008 11:23:50 +0000 (11:23 +0000)
commitf055e2999a3f07f51e8430027445528544255cef
tree200288744ea941c312eed3be4ee08008003cfb00
parent6ebb5e11ef97a6ac1c6081c41c379924f6f8f944
Patch from Josh from bug #44450 - VLookup and HLookup support, and improvements to Lookup and Offset

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@630160 13f79535-47bb-0310-9956-ffa450edef68
14 files changed:
src/documentation/content/xdocs/changes.xml
src/documentation/content/xdocs/status.xml
src/java/org/apache/poi/hssf/record/formula/ErrPtg.java
src/java/org/apache/poi/hssf/usermodel/HSSFErrorConstants.java
src/scratchpad/src/org/apache/poi/hssf/record/formula/eval/ErrorEval.java
src/scratchpad/src/org/apache/poi/hssf/record/formula/eval/StringEval.java
src/scratchpad/src/org/apache/poi/hssf/record/formula/eval/StringValueEval.java
src/scratchpad/src/org/apache/poi/hssf/record/formula/functions/Hlookup.java
src/scratchpad/src/org/apache/poi/hssf/record/formula/functions/Lookup.java
src/scratchpad/src/org/apache/poi/hssf/record/formula/functions/LookupUtils.java [new file with mode: 0644]
src/scratchpad/src/org/apache/poi/hssf/record/formula/functions/Match.java
src/scratchpad/src/org/apache/poi/hssf/record/formula/functions/Vlookup.java
src/scratchpad/testcases/org/apache/poi/hssf/record/formula/functions/TestLookupFunctionsFromSpreadsheet.java [new file with mode: 0644]
src/testcases/org/apache/poi/hssf/data/LookupFunctionsTestCaseData.xls [new file with mode: 0755]