Aspose::Cells::Workbook::Combine method

Workbook::Combine method

Combines another Workbook object.

void Aspose::Cells::Workbook::Combine(const Workbook &secondWorkbook)
ParameterTypeDescription
secondWorkbookconst Workbook&Another Workbook object.

Remarks

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

See Also