build_path_with_sheet_always属性

build_path_with_sheet_always属性

是否始终将工作表索引或名称添加到文件路径。 默认值为 false,即当只有一张 Sheet 时, 工作表索引(或名称)和相应的前缀将不会添加到文件路径中。

定义:

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

也可以看看