split_tables_by_blank_row property

split_tables_by_blank_row property

Indicates whether blank rows in the worksheet should be treated as table separators when exporting to Markdown. The default value is false.

Definition:

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

See Also