Export to Excel Custom control
Posted by: ASP.NET Announcements,
on 12 Jan 2012 |
View original | Bookmarked: 0 time(s)
Folks,
Here's a "free" Export To Excel control http://www.codeplex.com/ExportToExcel
This control, allows you to "Export" the contents of your "GridView" control to Excel {no coding required}.
UsageSimply drag and drop the ExportToExcel button on your page and enjoy "Zero code" export feature.
Features:1) Styling : If you used "HeaderStyle", "RowStyle", "AlternateRowStyle" in your GridView, you can simply enable styling by setting the "ApplyStyleInExcel' property to "True". Note:...