combine method

combine

Combines another Workbook object.

def combine(self, second_workbook):
    ...
ParameterTypeDescription
second_workbookWorkbookAnother Workbook object.

Remarks

Merge Excel, ODS , CSV and other files to one file.

See Also