merge_named_styles method

merge_named_styles(self, source)

Merges named styles from the other Excel file.


def merge_named_styles(self, source):
    ...
ParameterTypeDescription
sourceaspose.cells.WorkbookThe other file

See Also