https://issues.apache.org/bugzilla/show_bug.cgi?id=47026
Yegor Kozlov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Yegor Kozlov <[email protected]> 2009-04-17 11:08:51 PST --- "Problem 1" actually is not a problem. setCellValue does not change the cell type of a formula cell, it just updated the pre-calculated (cached) formula value. If you want to remove the formula, call setCellFormula(null) first. "Problem 2" and "Problem 2" had the same origin. The trouble happened when the source workbook didn't contain string and the internal string cache was null. Fixed in 766103 Yegor -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
