Aspose::Cells::HtmlSaveOptions::SetSaveAsSingleFile method
HtmlSaveOptions::SetSaveAsSingleFile method
Indicates whether save the html as single file. The default value is false.
void Aspose::Cells::HtmlSaveOptions::SetSaveAsSingleFile(bool value)
Remarks
If there are multiple worksheets or other required resources such as pictures in the workbook, commonly those worksheets and other resources need to be saved into separate files. For some scenarios, user maybe need to get only one resultant file such as for the convenience of transferring. If so, user may set this property as true.
See Also
- Class Vector
- Class HtmlSaveOptions
- Namespace Aspose::Cells
- Library Aspose.Cells for C++