has_custom_style property

has_custom_style property

Indicates whether this cell has custom style settings(different from the default one inherited from corresponding row, column, or workbook).

Definition:

@property
def has_custom_style(self):
    ...

See Also