Enumeration CellTypeConst

The type of cell within a sheet. These mostly follow the OOXML types.

Enumeration Members

Boolean: "b"

True or false.

Error: "e"

Contains an error.

Number: "n"

A number. Note - Dates are expressed as formatted numbers.

Reference: "p"

A value that is referenced in a single reference table. Excel does this for strings but we allow this for any any object type (useful for strings and RichData)

RichData: "r"

A complex data type that is represented as a json.

String: "s"

A string.

Stub: "z"

When The cell does not contain a value but still contains a style reference.