I want to create one csv file using C#.
I have some data which I want to write on multiple lines BUT within the same cell.
For example If I have following t
Always wrap your description in between "\" eg: CsvRow.Add("\"" + ID + " : " + description + "\"");