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

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

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

unit testing - How to mock PreferenceManager in Android? -