Display Bullets by setting Cell Value using HTML with Golang via C++
Contents
[
Hide
]
Aspose.Cells supports showing bullets with HTML code. This article will explain how to display bullets by setting the cell value using HTML. We will use Cell.GetHtmlString() method to set the cell value with our HTML.
C++ code to display bullets by setting cell value using HTML
The following code uses HTML to set the cell value. Once you run this code, you will get the output shown in the image below.
Output generated by the sample code
The following screenshot shows the output of the above sample code.
