Adding HTML Rich Text inside the Cell

Example

The following screenshot shows the output Excel file generated with Aspose.Cells. As you can see, it shows HTML formatted rich text added inside the cell A1 using the Cell.setHtmlString() property.

todo:image_alt_text

This is the sample code that generated the output Excel file as shown inside the above screenshot.