Reading CSV files using C#

后端 未结 12 2697
野的像风
野的像风 2020-11-21 22:49

I\'m writing a simple import application and need to read a CSV file, show result in a DataGrid and show corrupted lines of the CSV file in another grid. For ex

12条回答
  •  轮回少年
    2020-11-21 23:48

    I use this here:

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

    Last time I was looking for something like this I found it as an answer to this question.

提交回复
热议问题