svn commit: r627999 - in /poi/trunk/src: scratchpad/testcases/org/apache/poi/hssf/data/ testcases/org/apache/poi/hssf/data/TestDataValidation.xls testcases/org/apache/poi/hssf/usermodel/TestDataValida

2008-02-15 Thread nick
Author: nick Date: Fri Feb 15 02:30:10 2008 New Revision: 627999 URL: http://svn.apache.org/viewvc?rev=627999view=rev Log: To avoid confusion and repeated changes in svn, update the TestDataValidation test to output its file (that needs opening in excel to check to output) into the system tmp

svn commit: r628027 - in /poi/trunk/src: documentation/content/xdocs/changes.xml documentation/content/xdocs/status.xml scratchpad/src/org/apache/poi/hssf/record/formula/functions/Mid.java testcases/o

2008-02-15 Thread nick
Author: nick Date: Fri Feb 15 03:45:13 2008 New Revision: 628027 URL: http://svn.apache.org/viewvc?rev=628027view=rev Log: Fix for bug #44403 - Have mid use the third argument properly, and test Modified: poi/trunk/src/documentation/content/xdocs/changes.xml

svn commit: r628029 - in /poi/trunk/src: documentation/content/xdocs/ scratchpad/src/org/apache/poi/hssf/usermodel/ scratchpad/testcases/org/apache/poi/hssf/record/formula/eval/

2008-02-15 Thread nick
Author: nick Date: Fri Feb 15 03:53:25 2008 New Revision: 628029 URL: http://svn.apache.org/viewvc?rev=628029view=rev Log: Fix for bug #44413 from Josh - Fix for circular references in INDEX, OFFSET, VLOOKUP formulas, where a cell is actually allowed to reference itself Added: