sheet_name_prefix property
sheet_name_prefix property
Prefix for the index of worksheet.
Remarks
If there is only one worksheet and LowCodeSaveOptionsProviderOfPlaceHolders.build_path_with_sheet_always
is false,
then this prefix and the sheet index(or name) will not be added to the resultant file path.
Definition:
@property
def sheet_name_prefix(self):
...
@sheet_name_prefix.setter
def sheet_name_prefix(self, value):
...