Helper library to read CSV file

Here is an interesting and very well done library to read CSV files, fast and without problems:

http://www.codeproject.com/KB/database/CsvReader.aspx

With this library, excel sheets can be save as CSVs and opened safely by any .NET application without any other dependencies (jet provider, office automation or else).

No comments: