EasyCsv


It’s just a lightweight helper class for writing and reading files in a “CSV” format.

Suppo ...


by RedScarf


★★★★ star rating
Price History +

It's just a lightweight helper class for writing and reading files in a "CSV" format.
Support export class from csv data.

Quick start:
CsvHelper.Init();
var table = CsvHelper.Create("csvName", "csv text");
Debug.Log(table.Read(0,0));

Enjoy!