I am exporting a grid from my ASP.NET application. One of the columns in the grid (called Notes) has string that has html in it. For example, the Notes column can contain <Head> html tag. However when I export it to excel, I am not being able to see the string <Head>.
1 Answer
Tehnically speaking this is not export to excel, but you send a html with a wrong headers to trick browser to open this content with excel, among the other things downside of this approach is that you don't have control over process of exporting.
Use proper exporting and export data, not some UI view. There is a excellent and free .NET solutions for creating excel files :
Notescolumn.