Export DataBar, ColorScale, and IconSet Conditional Formatting during Excel to HTML Conversion with Golang via C++
Contents
[
Hide
]
You can export DataBar, ColorScale, and IconSet Conditional Formatting while converting your Excel file into HTML. This feature is partially supported by Microsoft Excel but Aspose.Cells for C++ supports it fully.
Export DataBar, ColorScale, and IconSet Conditional Formatting during Excel to HTML Conversion
The following screenshot shows the sample Excel file with DataBar, ColorScale, and IconSet Conditional Formatting. You can download the sample Excel file from the given link.

The following screenshot shows the Aspose.Cells output HTML file displaying DataBar, ColorScale, and IconSet Conditional Formatting. As you can see, it looks exactly like the sample Excel file.

Sample Code
The following sample code converts the sample Excel file into HTML, which is simply a normal Excel to HTML conversion.