Write csv file with color code

前端 未结 4 1733
鱼传尺愫
鱼传尺愫 2020-12-19 23:49

I am writing csv file from Datatable. Check my code below

      public static void SaveDataTableToCsvFile(string AbsolutePathAndFileName, DataTable TheDataTa         


        
4条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-19 23:54

    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.

提交回复
热议问题