Tsv

SpreadsheetFormats.Tsv field

Tab-Separated Values (TSV) file format represents data separated with tabs in plain text format. The file format, similar to CSV, is used for organization of data in a structured manner in order to import and export between different applications. Learn more about this file format here.

public static readonly SpreadsheetFormats Tsv;

See Also