Export to Excel from a Repeater?

前端 未结 3 1906
执念已碎
执念已碎 2021-01-05 12:37

Right now I am using this to export a repeater (with multiple nested repeaters) to excel:

protected void ExportToExcel(object sender, EventArgs e) 
{     
Re         


        
3条回答
  •  别那么骄傲
    2021-01-05 13:05

    you should make the output file a proper html file, with the html and body tags. That should work better.

提交回复
热议问题