DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=27929>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=27929 [PATCH] Opening XLS file with drop down list throws ArrayIndexOutofBoundsException ------- Additional Comments From [EMAIL PROTECTED] 2004-06-28 03:57 ------- I'm guessing you did not apply the changes to SubRecord.java and ObjRecord.java http://issues.apache.org/bugzilla/showattachment.cgi?attach_id=11954 The ArrayIndexOutOfBounds is exactly what is happening inside the InvocationTargetException, whenever there is a dropdown list on the spreadsheet There is also a JUnit testcase TestSubRecord.java http://issues.apache.org/bugzilla/showattachment.cgi?attach_id=11963 BTW, there is also another JUnit testcase TestObjRecord.java, inside the zip file at http://issues.apache.org/bugzilla/showattachment.cgi?attach_id=11735 Let me see if I can put all this together in a single ZIP file Revised ObjRecord.java Revised SubRecord.java New TestObjRecord.java New TestSubRecord.java --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
