How can I take data from a datagrid and display it in an Excel Spreadsheet?
-
Hi, How does one take data from a datagrid and display it in an Excel spreadsheet? I have got data in a datagrid and would like to import it to a spreadsheet. Please help.
Mvelo Walaza Developer Telkom SA
what about this? http://www.codeproject.com/KB/webforms/DAtaGridExportToExcel.aspx[^]
-
what about this? http://www.codeproject.com/KB/webforms/DAtaGridExportToExcel.aspx[^]
Hi, Thanks for the reply, but I am doing a Windows application. So how different is the code from this article to the one of a Windows application? Or is there an article that demonstrates how to import from a (Windows application) to an Excel spreadsheet?
Mvelo Walaza Developer Telkom SA
-
Hi, Thanks for the reply, but I am doing a Windows application. So how different is the code from this article to the one of a Windows application? Or is there an article that demonstrates how to import from a (Windows application) to an Excel spreadsheet?
Mvelo Walaza Developer Telkom SA
Walaza wrote:
So how different is the code from this article to the one of a Windows application
since the control is the same, the code shouldnt differ a lot. try out and ask again, if you get stuck.
-
Walaza wrote:
So how different is the code from this article to the one of a Windows application
since the control is the same, the code shouldnt differ a lot. try out and ask again, if you get stuck.