create method

create(, name, sheets)

Creates an empty table/pivot table style.

Returns


@staticmethod
def create(name, sheets):
    ...
ParameterTypeDescription
nameSystem.StringThe name of table.
sheetsaspose.cells.WorksheetCollectionThe WorksheetCollection

See Also