DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21027>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21027 [PATCH]Cloning Sheets: Formula Problems ------- Additional Comments From [EMAIL PROTECTED] 2003-07-01 16:39 ------- Sorry, yes it should have been "FormulaRecord" not "FunctionRecord". The data_value contains the results of the formula which is either 1) a number 2) an identifier for a String value (and a String record should follow) 3) a boolean value or 4) an identifier for an "empty cell". When the result of the formula is an "empty cell" and the indicator (which is in data_value) is not cloned I got the message "File Error: data may have been lost" when opening the file using excel. So my patch (which was simply adding a line in the clone() method to copy the data_value contents) sorted this out. Thanks for applying the patch, much appreciated. Niall --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
