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=18444>. 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=18444 Setting Formula in cell in POI Ver 1.8 ------- Additional Comments From [EMAIL PROTECTED] 2003-03-28 07:20 ------- I am not developer:D,but I have an opinion about the problem. When I tried to call HSSFCell#setCellType(CELL_TYPE_STRING) to a cell having a "number value" and I fouund it causes Exception.It is reasonable because number value is already existed. HSSFCell has some metod to set value,setCellFormula(formulla string) and setCellValue(for each value types).and in thease methods,inner logic automatically changes cell's type to right value. So I feel,the method HSSFCell#setCellType() is no need to open as public method. The matter that the method is pubic, may make users confuse(as I did:D).The method should be "deprecated method". --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
