Export HTML Table to Excel using ASP.NET

前端 未结 5 1576
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-11-28 13:39

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

5条回答
  •  萌比男神i
    2020-11-28 14:06

    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

提交回复
热议问题