sheet_separator property
sheet_separator property
The separator inserted between worksheets in spreadsheet conversions.
Default is a horizontal rule (`
`).
Definition:
@property
def sheet_separator(self):
...
@sheet_separator.setter
def sheet_separator(self, value):
...
See Also
- class
ConvertOptions