I\'m writing an app where I need to retrieve some rows from a DB and dump them into an Excel spreadsheet. I\'m using Linq to retrieve these rows.
Is it possible to
The quickest solution will be to create a csv file:
col1, colb, colc col1, colb, colc
Excel works very well with csv files.