Exporting gridview to excel with combo,checkbox type columns + winforms
- by Royson
Hi,
I want to export grid view data to excel file in windows forms application. I tried one solution but it fails to export combo box type column to excel. Excel file should have combo box, check box columns.
Thanks..