Bug 29849

Summary: multiple setCellFormula to same cell do not write to file
Product: POI Reporter: Chris Cheshire <ccheshire>
Component: HSSFAssignee: POI Developers List <dev>
Status: RESOLVED FIXED    
Severity: major    
Priority: P3    
Version: 2.0-FINAL   
Target Milestone: ---   
Hardware: All   
OS: other   
Attachments: Source file demonstrating bug.

Description Chris Cheshire 2004-06-28 16:51:54 UTC
If you update a cell formula multiple times, it does not get written to a file
when it is written with HSSFWorkbook.write(). Each call to
HSSFCell.getCellFormula() after the formula is set shows the correct formula,
but when the workbook is written to a file, it only writes the first formula
written to the cell.
Comment 1 Chris Cheshire 2004-06-28 16:52:51 UTC
Created attachment 11985 [details]
Source file demonstrating bug.
Comment 2 Josh Micich 2008-05-08 23:03:46 UTC
Retested OK in 3.1-beta1.

Probably fixed a long time ago.