XF: Extended Format (E0h) The XF record stores formatting properties. If fStyle bit is true, then the XF is a style XF, otherwise it is a BiffRec XF. Cells and Styles both contain ixfe pointers which correspond to their associated XF record.
BiffRec XF Record offset Bits MASK name contents --- 0 15-0 0xFFFF ifnt Index to the FONT record. 2 15-0 0xFFFF ifmt Index to the FORMAT record. 4 0 0x0001 fLocked =1 if the cell is locked. 1 0x0002 fHidden =1 if the cell formula is hidden (value still shown) 2 0x0004 fStyle =0 for cell XF. =1 for style XF. ~~~ additional option flags omitted ~~~
@see SST
@see LABELSST
@see EXTSST