Transfer data from Datagrid to MS-Excel

readraj

Member
Joined
Jul 30, 2005
Messages
12
Programming Experience
1-3
I have a query i want to provide facility to the user of exporting data from my app to Excel. Is there any way by which i can transfer data from datagrid to Excel or even word.
 
You can use ADO.NET to interact with Excel like it was a database, or you can use Automation to interact with any Office app using it's full functionality. Do a search on MSDN for "ado.net excel" and "automation excel .net" (without quotes) for details.
 
Back
Top