S Shailesh Patel Jan 15, 2008 #1 Hi, How do I export Html table to excel file? Thank you in advance. Shailesh
J John Timney \(MVP\) Jan 15, 2008 #2 Theres an example of exporting gridview table data to excel in the ExportPageToExcel method here. I think it still works. http://www.johntimney.com/blog/Listing+And+Formatting+MOSS+Site+Collections.aspx Regards John Timney (MVP) http://www.johntimney.com http://www.johntimney.com/blog
Theres an example of exporting gridview table data to excel in the ExportPageToExcel method here. I think it still works. http://www.johntimney.com/blog/Listing+And+Formatting+MOSS+Site+Collections.aspx Regards John Timney (MVP) http://www.johntimney.com http://www.johntimney.com/blog
D David Wier Jan 15, 2008 #3 Here's another example, using VB.Net http://www.aspnet101.com/aspnet101/aspnet/codesample.aspx?code=gvExportExcel David Wier http://aspnet101.com http://iWritePro.com - One click PDF, convert .doc/.rtf/.txt to HTML with no bloated markup
Here's another example, using VB.Net http://www.aspnet101.com/aspnet101/aspnet/codesample.aspx?code=gvExportExcel David Wier http://aspnet101.com http://iWritePro.com - One click PDF, convert .doc/.rtf/.txt to HTML with no bloated markup
S Steve C. Orr [MCSD, MVP, CSM, ASP Insider] Jan 16, 2008 #4 You could simply put it inside the ExportPanel control: http://SteveOrr.net/articles/ExportPanel.aspx and here are some other techniques you might consider: http://SteveOrr.net/articles/ExcelExport.aspx -- I hope this helps, Steve C. Orr, MCSD, MVP, CSM, ASPInsider http://SteveOrr.net http://iPhonePlaza.net
You could simply put it inside the ExportPanel control: http://SteveOrr.net/articles/ExportPanel.aspx and here are some other techniques you might consider: http://SteveOrr.net/articles/ExcelExport.aspx -- I hope this helps, Steve C. Orr, MCSD, MVP, CSM, ASPInsider http://SteveOrr.net http://iPhonePlaza.net