Aspose::Cells::Metadata::WorkbookMetadata::Save method

WorkbookMetadata::Save(const U16String&) method

Save the modified metadata to the file.

void Aspose::Cells::Metadata::WorkbookMetadata::Save(const U16String &fileName)
ParameterTypeDescription
fileNameconst U16String&The file name.

See Also

WorkbookMetadata::Save(const char16_t*) method

Save the modified metadata to the file.

void Aspose::Cells::Metadata::WorkbookMetadata::Save(const char16_t *fileName)
ParameterTypeDescription
fileNameconst char16_t*The file name.

See Also

WorkbookMetadata::Save(const Vector <uint8_t>&) method

Save the modified metadata to the stream.

void Aspose::Cells::Metadata::WorkbookMetadata::Save(const Vector<uint8_t> &stream)
ParameterTypeDescription
streamconst Vector <uint8_t>&The stream.

See Also