reading csv file c#

前端 未结 4 637

is there any way to read a csv file into a matrix, so every square in the file will be a cell in the matrix?

4条回答
  •  一个人的身影
    2021-01-07 11:08

    CSV parsing with regular expressions: http://www.hotblue.com/article0000.aspx?a=0006

    To expand the concept with custom separators, see this post: How do I write a regex to match a string that doesn't contain a word?

提交回复
热议问题