Click here to Skip to main content
15,886,788 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i want to save datagridview result in exel file so if possible , please help me
Posted

try This[^]

and learn to use Google.
hope it helps :)
 
Share this answer
 
You could use the Excel interop if Office is installed, or use a library. We use a library called Flexcel, very nice.

At one point I created the Excel XML document manually (not the new xlsx format, the old XML format); It allows you to add all the normal Excel features - formulas, formatting, etc.
 
Share this answer
 

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