combine method
combine(self, second_workbook)
Combines another Workbook object.
def combine(self, second_workbook):
...
| Parameter | Type | Description |
|---|---|---|
| second_workbook | aspose.cells.Workbook | Another Workbook object. |
Remarks
Merge Excel, ODS , CSV and other files to one file.
See Also
- module
aspose.cells - class
Workbook