export_quote_prefix property

export_quote_prefix property

Indicates whether the single quote sign should be exported as part of the value of one cell when Style.quote_prefix is true for it. Default is false.

Definition:

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

See Also