is_numeric_value property

is_numeric_value property

Indicates whether the value of this cell is numeric(int, double and datetime)

Remarks

Also applies to formula cell to check the calculated result

Definition:

@property
def is_numeric_value(self):
    ...

See Also