A NUMBER record describes a cell containing a constant floating-point number. The rw field contains the zero-based row number. The col field contains the zero-based column number. The number is contained in the num field in 8-byte IEEE floating-point format.
Offset |
Name |
Size |
Contents |
0 | rw | 2 | Row |
2 | col | 1 | Column |
3 | ixfe | 2 | Index to XF record |
5 | num | 8 | Floating point value |