max_columns property

max_columns property

The maximum number of columns to include per table when converting spreadsheets; columns beyond this limit are truncated with an ellipsis indicator, and a value of 0 means unlimited (default).

Definition:

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

See Also