Aspose::Cells::CellsHelper::MergeFiles method

CellsHelper::MergeFiles(const Vector <U16String>&, const U16String&, const U16String&) method

Merges some large xls files to a xls file.

static void Aspose::Cells::CellsHelper::MergeFiles(const Vector<U16String> &files, const U16String &cachedFile, const U16String &destFile)
ParameterTypeDescription
filesconst Vector <U16String>&The files.
cachedFileconst U16String&The cached file.
destFileconst U16String&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

CellsHelper::MergeFiles(const Vector <U16String>&, const char16_t*, const char16_t*) method

Merges some large xls files to a xls file.

static void Aspose::Cells::CellsHelper::MergeFiles(const Vector<U16String> &files, const char16_t *cachedFile, const char16_t *destFile)
ParameterTypeDescription
filesconst Vector <U16String>&The files.
cachedFileconst char16_t*The cached file.
destFileconst char16_t*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