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 <BR>, <FONT>, <B>, tables, <UL>, <LI>.
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