Export Excel to HTML with GridLines with Golang via C++
Contents
[
Hide
]
If you want to export your Excel file to HTML with GridLines, please use the HtmlSaveOptions.GetExportGridLines() property and set it to true.
Export Excel to HTML with GridLines
The following sample code creates a workbook, fills its worksheet with some values, and then saves it in HTML format after setting the HtmlSaveOptions.GetExportGridLines() to true.