C# DataTable to CSV Josh Withee · March 31, 2022 · Leave a Comment Extension methods for dumping a C# DataTable to a CSV file or string. For DataReader to CSV, this worked for me:https://stackoverflow.com/a/29561684/8534588 … [Read more...] about C# DataTable to CSV