convert_date_time_data property
convert_date_time_data property
Gets or sets a value that indicates whether the string in text file is converted to date data. Default value is true.
Definition:
@property
def convert_date_time_data(self):
    ...
@convert_date_time_data.setter
def convert_date_time_data(self, value):
    ...
See Also
- module aspose.cells
- class HtmlLoadOptions