Fast and reliable CSV file reader and writer, with support for text delimiters.
Supports custom line and record separators, various text delimiting strategies, and full Unicode support.
This project helps you to read and write CSV (Comma Separated Values) files in your program.
Those files are legacy, but many developers still use them because of their readability and because every sheet-calculation program can perfectly edit them.
With the classes in this project you can...
More information