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=27511>. 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=27511 [PATCH] New Enhancements and some buggs fixed ------- Additional Comments From [EMAIL PROTECTED] 2004-04-13 01:45 ------- Just some additional notes from someone in the field: I have applied his patches to my own copy of the 2.5 final source. There was one compiler error: compile-main: [javac] Compiling 383 source files to /devel/jakarta/poi/build/classes [javac] /devel/jakarta/poi/src/java/org/apache/poi/hssf/util/HSSFCellRangeAddress.java:162: unreachable statement [javac] return 2 + this.field_addr_number*8;; [javac] ^ [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -deprecation for details. [javac] 1 error Once you remove the extraneous semicolon, it compiles fine. For me the new version successfully reads, alters and writes back out Excel 2000 files with validation set to: 1) a list (ie, yes,no,maybe) 2) a range of cells (ie, $H1:$H4) 3) a named external reference (ie, =dropDown) I suspect this patch will also fix bug# 27929 and bug# 28136 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
