Aspose::Cells::Workbook::Save method
Contents
[
Hide
]Workbook::Save(const U16String&, SaveFormat) method
Saves the workbook to the disk.
void Aspose::Cells::Workbook::Save(const U16String &fileName, SaveFormat saveFormat)
Parameter | Type | Description |
---|---|---|
fileName | const U16String& | The file name. |
saveFormat | SaveFormat | The save format type. |
See Also
- Class Vector
- Class U16String
- Enum SaveFormat
- Class Workbook
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
Workbook::Save(const char16_t*, SaveFormat) method
Saves the workbook to the disk.
void Aspose::Cells::Workbook::Save(const char16_t *fileName, SaveFormat saveFormat)
Parameter | Type | Description |
---|---|---|
fileName | const char16_t* | The file name. |
saveFormat | SaveFormat | The save format type. |
See Also
- Class Vector
- Enum SaveFormat
- Class Workbook
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
Workbook::Save(const U16String&) method
Save the workbook to the disk.
void Aspose::Cells::Workbook::Save(const U16String &fileName)
Parameter | Type | Description |
---|---|---|
fileName | const U16String& |
See Also
- Class Vector
- Class U16String
- Class Workbook
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
Workbook::Save(const char16_t*) method
Save the workbook to the disk.
void Aspose::Cells::Workbook::Save(const char16_t *fileName)
Parameter | Type | Description |
---|---|---|
fileName | const char16_t* |
See Also
- Class Vector
- Class Workbook
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
Workbook::Save(const U16String&, const SaveOptions&) method
Saves the workbook to the disk.
void Aspose::Cells::Workbook::Save(const U16String &fileName, const SaveOptions &saveOptions)
Parameter | Type | Description |
---|---|---|
fileName | const U16String& | The file name. |
saveOptions | const SaveOptions& | The save options. |
See Also
- Class Vector
- Class U16String
- Class SaveOptions
- Class Workbook
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
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)
Parameter | Type | Description |
---|---|---|
fileName | const char16_t* | The file name. |
saveOptions | const SaveOptions& | The save options. |
See Also
- Class Vector
- Class SaveOptions
- Class Workbook
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
Workbook::Save(SaveFormat) method
Saves the workbook to the stream.
Vector<uint8_t> Aspose::Cells::Workbook::Save(SaveFormat saveFormat)
Parameter | Type | Description |
---|---|---|
stream | SaveFormat | The file stream. |
See Also
- Class Vector
- Enum SaveFormat
- Class Workbook
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
Workbook::Save(const SaveOptions&) method
Saves the workbook to the stream.
Vector<uint8_t> Aspose::Cells::Workbook::Save(const SaveOptions &saveOptions)
Parameter | Type | Description |
---|---|---|
stream | const SaveOptions& | The file stream. |
See Also
- Class Vector
- Class SaveOptions
- Class Workbook
- Namespace Aspose::Cells
- Library Aspose.Cells for C++