Click here to Skip to main content
15,885,537 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
i need to export datagridview value to word file ..
I searched lot of articles in code project .there are lot of solutions for asp.net but i couldn't find anything for c# application.

What I have tried:

i need to export datagridview value to word file ..
I searched lot of articles in code project .there are lot of solutions for asp.net but i couldn't find anything for c# application.
Posted
Updated 18-Jun-16 21:43pm

1 solution

Don't: export the underlying DataSource instead.
Normally, this is a DataTable or DataSet, and this site has loads of examples of how to do that: Export datatable to word in C# site:Codeproject.com[^]
Follow a few of the links, and you should find a solution that fits your system / circumstances.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900