apply_style method

apply_style

Applies formats for a whole worksheet.

def apply_style(self, style, flag):
    ...
ParameterTypeDescription
styleStyleThe style object which will be applied.
flagStyleFlagFlags which indicates applied formatting properties.

See Also