NUMBER: Cell Value, Floating-Point Number (03h)

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.

Record Data

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

Parameters

rw
A zero-based row number
col
A zero-based column number
num
A floating-point number in 8-byte IEEE floating-point format.