小新二三事 二三事 電視精/戲院 ASP .NET 新手工作日誌

2009年7月24日星期五

ASP.NET Code: Export Excel from Gridview Data

ASP.NET Code: Export Excel from Gridview Data

如何將GridView的內容匯出成Excel?
http://blog.blueshop.com.tw/lolota/archive/2007/02/25/49703.aspx

Add Code
GridView1.AllowSorting = False
GridView1.AllowPaging = False
GridView1.DataBind()
before
GridView1.RenderControl(hw)

沒有留言: