Write csv file with color code

前端 未结 4 1749
鱼传尺愫
鱼传尺愫 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-20 00:15

    A CSV (comma-separated values) file is a text file. There is no way to add color too the file without changing it to another file format (such as RTF).

提交回复
热议问题