fastCSV
fastCSV copied to clipboard
Fast CSV reader writer in c#
At present, the index is used when reading a column, so it is impossible to determine which column is being read. Is there any way to specify the column name...
How to use Readfile method for single column CSV file? I want to read file directly into list of string only not into any custom type class.
fastCSV.ReadFile The read list can be saved successfully with WriteFile, but DataGridView or datatable cannot be saved. Am I not using it correctly?