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.
This is a paragraph 2.
This is a paragraph 3.
Your help appreciated.
I want to export excel using cell API in below format:
Col1 - Name (String)
Col2 - Phone (Number)
Col3 - Info (HTML)
eg;
This is a paragraph 1.
This is a paragraph 2.
This is a paragraph 3.
Your help appreciated.
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/