How to export html data in excel

I want to export excel using cell API in below format:

Col1 - Name (String)
Col2 - Phone (Number)
Col3 - Info (HTML)
eg;

This is a Heading


This is a paragraph 1.


image1

This is a paragraph 2.


image2

This is a paragraph 3.

Your help appreciated.

@ankesh12,

You can assign a html string to the cell via Cell.HtmlString attribute. See the document for your reference.
https://docs.aspose.com/cells/net/manage-cells-html-string/