HasHeaderRecord = true; csvWriter.Configuration.AutoMap<Project>(); csvWriter.WriteHeader<Project>(); csvWriter.WriteRecords(data); writer.
確定! 回上一頁