Aspose::Cells::Workbook::Save method

Workbook::Save(const U16String&, SaveFormat) method

Saves the workbook to the disk.

void Aspose::Cells::Workbook::Save(const U16String &fileName, SaveFormat saveFormat)
ParameterTypeDescription
fileNameconst U16String&The file name.
saveFormatSaveFormatThe save format type.

See Also

Workbook::Save(const char16_t*, SaveFormat) method

Saves the workbook to the disk.

void Aspose::Cells::Workbook::Save(const char16_t *fileName, SaveFormat saveFormat)
ParameterTypeDescription
fileNameconst char16_t*The file name.
saveFormatSaveFormatThe save format type.

See Also

Workbook::Save(const U16String&) method

Save the workbook to the disk.

void Aspose::Cells::Workbook::Save(const U16String &fileName)
ParameterTypeDescription
fileNameconst U16String&

See Also

Workbook::Save(const char16_t*) method

Save the workbook to the disk.

void Aspose::Cells::Workbook::Save(const char16_t *fileName)
ParameterTypeDescription
fileNameconst char16_t*

See Also

Workbook::Save(const U16String&, const SaveOptions&) method

Saves the workbook to the disk.

void Aspose::Cells::Workbook::Save(const U16String &fileName, const SaveOptions &saveOptions)
ParameterTypeDescription
fileNameconst U16String&The file name.
saveOptionsconst SaveOptions&The save options.

See Also

Workbook::Save(const char16_t*, const SaveOptions&) method

Saves the workbook to the disk.

void Aspose::Cells::Workbook::Save(const char16_t *fileName, const SaveOptions &saveOptions)
ParameterTypeDescription
fileNameconst char16_t*The file name.
saveOptionsconst SaveOptions&The save options.

See Also

Workbook::Save(SaveFormat) method

Saves the workbook to the stream.

Vector<uint8_t> Aspose::Cells::Workbook::Save(SaveFormat saveFormat)
ParameterTypeDescription
streamSaveFormatThe file stream.

See Also

Workbook::Save(const SaveOptions&) method

Saves the workbook to the stream.

Vector<uint8_t> Aspose::Cells::Workbook::Save(const SaveOptions &saveOptions)
ParameterTypeDescription
streamconst SaveOptions&The file stream.

See Also