CellFormatType module

class CellFormatType.CellFormatType(value)

Bases: Enum

<summary>

Cell format types.

</summary>

DateTime = 4
Formula = 5
General = 1
Number = 3
Text = 2
Unknown = 0