Class CsvFormatProvider
Imports and exports workbooks in CSV (Comma Separated Values) format with customizable delimiter, quote, and encoding settings.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Spreadsheet.FormatProviders.TextBased.Csv
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public class CsvFormatProvider : DelimitedValuesFormatProviderBase, ITextBasedWorkbookFormatProvider, IWorkbookFormatProvider
Constructors
CsvFormatProvider()
Initializes a new instance of the CsvFormatProvider class with default CSV settings.
Declaration
public CsvFormatProvider()
Properties
FilesDescription
Gets the human-readable file type description "CSV (Comma delimited)" for use in file dialogs.
Declaration
public override string FilesDescription { get; }
Property Value
|
System.String
The files description. |
Overrides
Name
Gets the unique identifier name "CsvFormatProvider" for this format provider.
Declaration
public override string Name { get; }
Property Value
|
System.String
The name of the provider. |
Overrides
Settings
Gets the configuration settings for CSV delimiter, quote character, encoding, and header row options.
Declaration
public override CsvSettings Settings { get; }
Property Value
|
CsvSettings
The settings. |
Overrides
SupportedExtensions
Gets the collection of supported file extensions (".csv") for CSV format.
Declaration
public override IEnumerable<string> SupportedExtensions { get; }
Property Value
|
System.Collections.Generic.IEnumerable<System.String>
The supported extensions. |