Support the layout of DIV tags while loading HTML to Excel workbook with Golang via C++
Contents
[
Hide
]
Normally, the layout of DIV tags is ignored while loading HTML into an Excel workbook object. However, if you want the layout of DIV tags to be preserved, set the GetSupportDivTag() property to true. The default value of this property is false.
The following sample code illustrates the usage of the GetSupportDivTag() property. Please download the Aspose Logo used inside the input HTML and the output Excel file generated by the code.