Export similar Border Style when Border Style is not supported by Web Browsers with Golang via C++
Contents
[
Hide
]
Possible Usage Scenarios
Microsoft Excel supports some types of dashed borders which are not supported by web browsers. When you convert such an Excel file into HTML using Aspose.Cells, such borders are removed. However, Aspose.Cells can also support displaying such borders with the HtmlSaveOptions.GetExportSimilarBorderStyle() property. Please set its value as true and the unsupported borders will also be exported to the HTML file.
Export similar Border Style when Border Style is not supported by Web Browsers
The following sample code loads the sample Excel file that contains some unsupported borders as shown in the following screenshot. The screenshot further illustrates the effect of the HtmlSaveOptions.GetExportSimilarBorderStyle() property inside the output HTML.