Bug 15324

Summary: [PATCH] Cell Styles are not applied to formula records
Product: POI Reporter: Danny Mui <danny>
Component: HSSFAssignee: POI Developers List <dev>
Status: VERIFIED FIXED    
Severity: normal    
Priority: P3    
Version: 2.0-dev   
Target Milestone: ---   
Hardware: Other   
OS: other   
Attachments: Test Java Main program to generate a styled formula cell
unit test to validate this bug
Patch to HSSF Cell to not over-write XF Style Information

Description Danny Mui 2002-12-12 18:15:27 UTC
Cells that contain formulas do not render their associated styles.  I'm
currently looking through FormulaRecord.serialize but can't make heads or tails
out of it yet.

Any ideas?
Comment 1 Danny Mui 2002-12-12 18:16:25 UTC
Created attachment 4144 [details]
Test Java Main program to generate a styled formula cell
Comment 2 Danny Mui 2002-12-13 17:16:27 UTC
Created attachment 4164 [details]
unit test to validate this bug
Comment 3 Danny Mui 2002-12-13 17:16:54 UTC
Created attachment 4165 [details]
Patch to HSSF Cell to not over-write XF Style Information
Comment 4 Avik Sengupta 2002-12-21 07:13:12 UTC
Assigned to myself, will commit. 
Comment 5 Avik Sengupta 2002-12-25 17:35:59 UTC
Applied. Thanks Danny -- for the patch, for bugging us to get it applied and for
the unit test. 
Comment 6 Danny Mui 2002-12-26 21:20:04 UTC
Looks good, thanks.