I am writing csv file from Datatable. Check my code below
public static void SaveDataTableToCsvFile(string AbsolutePathAndFileName, DataTable TheDataTa
CSV is a pure data format without any formatting. It's a plain text file after all. So no, there is no way of adding colour.