build_path_with_sheet_always property
build_path_with_sheet_always property
Whether add sheet index or name to file path always. Default value is false, that is, when there is only one sheet, the sheet index(or name) and corresponding prefix will not be added to the file path.
Definition:
@property
def build_path_with_sheet_always(self):
...
@build_path_with_sheet_always.setter
def build_path_with_sheet_always(self, value):
...