I've been struggling trying to figure out how to write a CSV file and/or an Excel file from a C# dataset in a Windows Form Application. I see plenty of references for Web Apps and Crystal Reports. I see information on reading data into a dataset, but nothing on how to write these files. I was able to export to XML using XMLWriter. Can anyone help me to export my Win App dataset to text (csv) and Excel formats?
Thanks.
Thanks.