CellsHelper.MergeFiles
CellsHelper.MergeFiles method
Merges some large xls files to a xls file.
public static void MergeFiles(string[] files, string cachedFile, string destFile)
Parameter | Type | Description |
---|---|---|
files | String[] | The files. |
cachedFile | String | The cached file. |
destFile | String | The dest file. |
Remarks
This method only supports merging data, style and formulas to the new file. The cached file is used to store some temporary data.
See Also
- class CellsHelper
- namespace Aspose.Cells
- assembly Aspose.Cells