Link to home
Start Free TrialLog in
Avatar of Loganathan Natarajan
Loganathan NatarajanFlag for India

asked on

how to display html content in excel cell

Hi,

I have a set of rtf(rich text format) content which has to be exported to multiple excel sheets of the same workbook. I have converted the rtf into html and now If I export this html to excel using interop.excel, it is writing the html content instead of parsing the content. Ex. my converted html content is (<html><body><b>My html content</b></body></html>). The expected output is (My html content) but I get the entire string in the same form. I am having windows application developed in C#
ASKER CERTIFIED SOLUTION
Avatar of Montoya
Montoya

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Loganathan Natarajan

ASKER

Hi,

Thanks for sharing the link with me, but I have already gone through this link and If I am not wrong this is something to do in excel itself. I tried to incorporate this with my code too and I could not do this.

Can you please let me know how to do it from C# windows application.
any other suggestion please
This solution not solved my problem still. Still i accept for that link given.