sheet_prefix property

sheet_prefix property

Prefix for the index of worksheet.

Remarks

If there is only one worksheet and LowCodeSaveOptionsProviderOfAssembling.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_prefix(self):
    ...
@sheet_prefix.setter
def sheet_prefix(self, value):
    ...

See Also