Gets or sets a value indicating whether field names should be converted to lowercase for the header row.
true to force lowercase; otherwise, false.
CSV files are generated with a header row where each field contains the name and datatype of the column of the underlying DataTable in the format name:type. There seems to be a quirk in Excel 2000 (but not in Excel 2003) that prevents it from reading a CSV file if the name is all uppercase. One may use this property to compensate for that.
CsvWriter Class | CleanCode.Data Namespace