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; } }
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; } }
相关文章: