Encoding

DelimitedTextSaveOptions.Encoding property

Allows to set an encoding for the text-based Spreadsheet document. By default (and if not specified) is UTF8.

public Encoding Encoding { get; set; }

See Also