Insert HTML

Hello,

is it possible to insert HTML Code in a cell?
I have a web-application where users format there entries with an
html editor. The application have an export function. There I want to
apply at least the common formats.

Thank you
Tom

Hi Tom,

Well, you may insert HTML tags and code into the worksheet cells for saving purpose only.

Thank you.

Hi Amjad and thank you for the answer.

So it is not possible to insert html code (for example: cells(1,1).putValue("Strong Text")) and see the formated text, not the html code in the excel sheet?

Thanks

Hi,

Well, yes, if you want to format the data you have to use Aspose.Cells.Style's attributes. We may consider it in future.

Thank you.