2.4.269 Style

The Style record specifies a cell style.


0


1


2


3


4


5


6


7


8


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

ixfe

A

B

builtInData (optional)

user (variable)

...

ixfe (12 bits):  An unsigned integer that specifies the zero-based index of the cell style XF in the collection of XF records in the Globals Substream. See XFIndex for more information about the organization of XF records in the file.

A - unused (3 bits):  Undefined and MUST be ignored.

B - fBuiltIn (1 bit):  A bit that specifies whether the cell style is built-in.

builtInData (2 bytes):  An optional BuiltInStyle structure that specifies the built-in cell style properties. MUST exist if and only if fBuiltIn is 1. The value of builtInData.istyBuiltIn MUST be less than or equal to 0x09.

user (variable):  An optional XLUnicodeString structure that specifies the name of the user-defined cell style. MUST exist if and only if fBuiltIn is 0. The number of characters in this string SHOULD be greater than or equal to 1 and MUST be less than or equal to 255.<127>