winforms - How can I export the data in a DataGridView data to an Excel spreadsheet? -


in winforms application, want export data datagridview excel spreadsheet.

is job of looping , outputting results comma seperated?

is job of looping , outputing results comma seperated? yes. simpler way without dependencies.

if need more control, can automate excel vb.net or c#..


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -