| c# Programming Glossary: filehelpersC#, regular expressions : how to parse comma-separated values, where some values might be quoted strings themselves containing commas http://stackoverflow.com/questions/1189416/c-regular-expressions-how-to-parse-comma-separated-values-where-some-values 
 Reading Excel Files as a Server Process http://stackoverflow.com/questions/1273116/reading-excel-files-as-a-server-process  evaluate due to finding no documentations information FileHelpers Didn't evaluate Flexcel Lowest cost solution found good performance.. 
 CSV File Imports in .Net [closed] http://stackoverflow.com/questions/1898/csv-file-imports-in-net 
 Are there any CSV readers/writer libraries in C#? [closed] http://stackoverflow.com/questions/1941392/are-there-any-csv-readers-writer-libraries-in-c  something that does writing also and wasn't happy with FileHelpers. Reading var csv new CsvReader stream var myCustomTypeList csv.GetRecords.. 
 Parsing CSV files in C# http://stackoverflow.com/questions/2081418/parsing-csv-files-in-c-sharp  handle all the nitty gritty details for you Check out FileHelpers and stay DRY Don't Repeat Yourself no need to re invent the.. values replacements for NULL values and so forth point the FileHelpers engine at a file and bingo you get back all the entries from.. 
 Converting DataSet\DataTable to CSV http://stackoverflow.com/questions/4884357/converting-dataset-datatable-to-csv  several ways to do that. One of the simplest IMO is using FileHelpers Library FileHelpers.CsvEngine.DataTableToCsv dataTable filename.. that. One of the simplest IMO is using FileHelpers Library FileHelpers.CsvEngine.DataTableToCsv dataTable filename   share improve.. 
 import csv file/excel into sql database asp.net http://stackoverflow.com/questions/489620/import-csv-file-excel-into-sql-database-asp-net    share improve this question   Check out the excellent FileHelpers library there an article on CodeProject about it and it's hosted.. 
 Convert DataTable to CSV stream http://stackoverflow.com/questions/888181/convert-datatable-to-csv-stream  but wish to stream it to the user via a WebHandler. FileHelpers has CommonEngine.DataTableToCsv dt file.csv . However it saves.. 
 |