build_path_with_sheet_always属性
build_path_with_sheet_always属性
是否始终将工作表索引或名称添加到文件路径。
默认值为 false,即当只有一张 Sheet 时,
工作表索引和名称以及相应的前缀(LowCodeSaveOptionsProviderOfPlaceHolders.sheet_name_prefix
)
将不会添加到文件路径。
定义:
@property
def build_path_with_sheet_always(self):
...
@build_path_with_sheet_always.setter
def build_path_with_sheet_always(self, value):
...