Hello Friends,
My team has an requirement to implement. In our application, we have a screen from where the user can enter data. We have provided the user an option to Export that data to Excel. We are using a third party control (Teleriks rad editor). The data entered in this control is saved in the form of HTML tags, so if a user enters THIS IS A TEST in bold format then the "<b>"THIS IS A TEST "</b>" will be saved in the database. So my concern here is that how do we display the HTML data that we recieve in XML format in Excel.

Another issue is that we have some format that the user will use, how do we ensure that the data entered from the UI is always shown in the exact same format..

Any sample code related to this would be of great help..

Thanks in Advance,
Tushar