Csv

SpreadsheetFormats.Csv field

Comma Separated Values (CSV) documents represent plain text that contain records of data with comma separated values. Each line in a CSV file is a new record from the set of records contained in the file. Learn more about this file format here.

public static readonly SpreadsheetFormats Csv;

See Also