CsvHelper:nuget地址

 

csv导出类||生成类

    public class CSVHeader
    {
        public string head1 { get; set; }
        public string head2 { get; set; }
        public string head3 { get; set; }
        public string head4 { get; set; }
        public string head5 { get; set; }
    }
View Code

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-06-29
  • 2021-05-30
  • 2021-12-23
  • 2021-07-27
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-05
  • 2022-12-23
  • 2022-12-23
  • 2021-06-07
相关资源
相似解决方案