Class CsvWriter
A writer for the CSV (comma-separated values) format.
public class CsvWriter : BaseTableWriter
- Inheritance
-
CsvWriter
- Inherited Members
Properties
ConfigExtension
public override string ConfigExtension { get; }
Property Value
FormatName
public override string FormatName { get; }
Property Value
SeparatorChar
Gets or sets the separator character used to separate values. Default is comma, but Excel uses semicolon ';' as a separator for exported CSVs.
public char SeparatorChar { get; set; }
Property Value
TranslationExtension
public override string TranslationExtension { get; }
Property Value
Methods
EndRow(StringBuilder)
protected override void EndRow(StringBuilder sb)
Parameters
WriteCell(string, StringBuilder)
protected override void WriteCell(string value, StringBuilder sb)
Parameters
valuestringsbStringBuilder