include_hidden_sheets property

include_hidden_sheets property

The property indicates whether hidden worksheets are included in spreadsheet conversions.

Default is False.

Definition:

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

See Also