Prevent Exporting Hidden Worksheet Contents on Saving to HTML with Golang via C++

Contents
[ ]

Aspose.Cells provides the HtmlSaveOptions.GetExportHiddenWorksheet() property. By default, it is set to true, and hidden worksheets are exported to HTML. If you set it to false, Aspose.Cells will not export hidden worksheet contents.