Hello everyone?
I need to add HTML to an excel cell, but that HTML is not necessarily composed of paragraphs (as your example assumes), for example with , , , tables,
- ,
- .
If I do it directly, the HTML is not interpreted, it's shown like plain text showing the tags.
If I convert it to a Document with the "LoadHTML", It doesn't generate paragraphs as the example population assumes.
How can I achieve this? I use C# language.
thank you

yesi naPosted Jun 5, 2015, 2:48 AM
Insert HTML-Formatted RichText into Excel Cell in C#
You can refer this post
Neeraj KumarPosted Jun 3, 2015, 10:32 PM