New to Telerik Document ProcessingStart a free 30-day trial

Imports and exports workbooks in CSV (Comma Separated Values) format with customizable delimiter, quote, and encoding settings.

Definition

Constructors

Initializes a new instance of the CsvFormatProvider class with default CSV settings.

C#
public CsvFormatProvider()

Properties

Gets the human-readable file type description "CSV (Comma delimited)" for use in file dialogs.

C#
public override string FilesDescription { get; }
Property Value:

The files description.

Overrides: WorkbookFormatProviderBase.FilesDescription

Gets the unique identifier name "CsvFormatProvider" for this format provider.

C#
public override string Name { get; }
Property Value:

The name of the provider.

Overrides: WorkbookFormatProviderBase.Name

Gets the configuration settings for CSV delimiter, quote character, encoding, and header row options.

C#
public override CsvSettings Settings { get; }
Property Value:

The settings.

Overrides: DelimitedValuesFormatProviderBase.Settings

Gets the collection of supported file extensions (".csv") for CSV format.

C#
public override IEnumerable<string> SupportedExtensions { get; }
Property Value:

The supported extensions.

Overrides: WorkbookFormatProviderBase.SupportedExtensions