Patch from Josh from bug #44403 - Further support for unusual, but valid, arguments...
commitb63940a36007ba970216f76ab80894b1e11129c5
authorNick Burch <nick@apache.org>
Wed, 20 Feb 2008 18:14:30 +0000 (20 18:14 +0000)
committerNick Burch <nick@apache.org>
Wed, 20 Feb 2008 18:14:30 +0000 (20 18:14 +0000)
tree79154223572c5d6fc2c0bc57806422feab402ce8
parenta5664713d9cd14d06cd3fb67bd30827b3729a136
Patch from Josh from bug #44403 - Further support for unusual, but valid, arguments to the Mid function

git-svn-id: https://svn.eu.apache.org/repos/asf/poi/trunk@629552 13f79535-47bb-0310-9956-ffa450edef68
src/documentation/content/xdocs/changes.xml
src/documentation/content/xdocs/hslf/index.xml
src/documentation/content/xdocs/status.xml
src/scratchpad/src/org/apache/poi/hssf/record/formula/eval/EvaluationException.java [new file with mode: 0755]
src/scratchpad/src/org/apache/poi/hssf/record/formula/eval/OperandResolver.java [new file with mode: 0755]
src/scratchpad/src/org/apache/poi/hssf/record/formula/functions/Mid.java
src/scratchpad/testcases/org/apache/poi/hssf/record/formula/functions/AllIndividualFunctionEvaluationTests.java
src/scratchpad/testcases/org/apache/poi/hssf/record/formula/functions/TestMid.java [new file with mode: 0755]