Hi,
I have a datagrid placed on winform. I would like to export the whole grid to Excel file (into a single sheet). I found many code examples, but all of them are in ASP. Can anyone give me a code example in C# how I can export the datagrid to Excel in winform
Thank you.

Datagrid to Excel export
Dave Smalley