Aspose::Cells::Metadata::WorkbookMetadata::Save method
Contents
[
Hide
]WorkbookMetadata::Save(const U16String&) method
Save the modified metadata to the file.
void Aspose::Cells::Metadata::WorkbookMetadata::Save(const U16String &fileName)
| Parameter | Type | Description | 
|---|---|---|
| fileName | const U16String& | The file name. | 
See Also
- Class Vector
 - Class U16String
 - Class WorkbookMetadata
 - Namespace Aspose::Cells::Metadata
 - Library Aspose.Cells for C++
 
WorkbookMetadata::Save(const char16_t*) method
Save the modified metadata to the file.
void Aspose::Cells::Metadata::WorkbookMetadata::Save(const char16_t *fileName)
| Parameter | Type | Description | 
|---|---|---|
| fileName | const char16_t* | The file name. | 
See Also
- Class Vector
 - Class WorkbookMetadata
 - Namespace Aspose::Cells::Metadata
 - Library Aspose.Cells for C++
 
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)
| Parameter | Type | Description | 
|---|---|---|
| stream | const Vector <uint8_t>& | The stream. | 
See Also
- Class Vector
 - Class WorkbookMetadata
 - Namespace Aspose::Cells::Metadata
 - Library Aspose.Cells for C++