active_sheet_name属性

active_sheet_name属性

表示打开电子表格时活动工作表的名称。

定义:

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

也可以看看