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=16767>. 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=16767 string "12345" becomes the number 12345 ------- Additional Comments From [EMAIL PROTECTED] 2003-02-04 21:44 ------- This looks like a reasonably simple patch for you to submit to us... To start look at the HSSFCell.setCellValue(String). My guess is that you will need to add a ' to the string entered into the cell if the string you supply starts with a ' I dont believe that the first thing that you mention is a bug, it is normal Excel behaviour. If you want a String cell that cant be changed, then firstly fix the issue mentioned above and then write cell.setCellValue("'12345") in your code. Jason --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
