Disable Exporting Frame Scripts and Document Properties with Golang via C++
Contents
[
Hide
]
Aspose.Cells exports frame scripts and document properties while converting a workbook into HTML. The 8.6.0 version of Aspose.Cells for C++ introduces an option which allows you to optionally disable exporting frame scripts and document properties. Please use the HtmlSaveOptions.ExportFrameScriptsAndProperties property to disable the export.
Disable exporting frame scripts and document properties
The following sample code allows you to disable exporting frame scripts and document properties. Once you convert a workbook into HTML, the output file will not contain any frame scripts and document properties.