export_worksheet_css_separately property

export_worksheet_css_separately property

Indicating whether export the worksheet css separately.The default value is false.

Definition:

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

See Also