I have an html table (Not Gridview) and that has no proper Header and rows. Instead it has customized structure and data. I want to export this table to Excel. How can I do
If your data is databased (if not you could store in an XML file), then look at a similar question I posted recently.
Writing DataReader Rows to Excel File