Prefix Table Elements Styles with HtmlSaveOptions.TableCssId Property with Golang via C++
Contents
[
Hide
]
Possible Usage Scenarios
Aspose.Cells allows you to prefix table element styles with the HtmlSaveOptions.GetTableCssId() property. Suppose you set this property to a value such as MyTest_TableCssId; then you will see table element styles as shown below.
The following screenshot shows the effect of using the HtmlSaveOptions.GetTableCssId() property on the output HTML.

Prefix Table Elements Styles with HtmlSaveOptions.TableCssId Property
The following sample code demonstrates how to make use of the HtmlSaveOptions.GetTableCssId() property. Please check the output HTML generated by the code as a reference.