active_sheet_name property

active_sheet_name property

Represents the name of active worksheet when the spreadsheet is opened.

Definition:

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

See Also