is_text_dates property

is_text_dates property

Flag indicating whether dates should be imported into cells in the worksheet as text rather than dates.

Definition:

@property
def is_text_dates(self):
    ...
@is_text_dates.setter
def is_text_dates(self, value):
    ...

See Also