sheet_name property

sheet_name property

Name of the sheet where current part is in.

Remarks

May be null for some situations, such as when rendering the whole workbook to tiff image.

Definition:

@property
def sheet_name(self):
    ...

See Also