Prefix Table Elements Styles with HtmlSaveOptions.TableCssId Property with Golang via C++

Possible Usage Scenarios

Aspose.Cells allows you to prefix table elements styles with HtmlSaveOptions.GetTableCssId() property. Suppose, you set this property with some value like MyTest_TableCssId, then you will find table elements styles like shown below

The following screenshot shows the effect of using HtmlSaveOptions.GetTableCssId() property on output HTML.

todo:image_alt_text

Prefix Table Elements Styles with HtmlSaveOptions.TableCssId Property

The following sample code demonstrates how to make use of HtmlSaveOptions.GetTableCssId() property. Please check the output HTML generated by the code for a reference.

Sample Code