text_qualifier property
text_qualifier property
Specifies the text qualifier for cell values. Default qualifier is ‘"’.
Remarks
When setting this property, TxtLoadOptions.has_text_qualifier
will become true automatically.
Definition:
@property
def text_qualifier(self):
...
@text_qualifier.setter
def text_qualifier(self, value):
...
See Also
- module
aspose.cells
- class
TxtLoadOptions