all_columns_in_one_page_per_sheet property

all_columns_in_one_page_per_sheet property

The property determines whether all column content of a sheet is rendered on a single page in the result.

When set to True, the width of the paper size in the page setup is ignored, while other page‑setup settings remain effective.

Definition:

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

See Also