ClassCsvFormatProvider
Imports and exports workbooks in CSV (Comma Separated Values) format with customizable delimiter, quote, and encoding settings.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.FormatProviders.TextBased.Csv
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
public class CsvFormatProvider : DelimitedValuesFormatProviderBase, ITextBasedWorkbookFormatProvider, IWorkbookFormatProvider
Inheritance: objectWorkbookFormatProviderBaseTextBasedWorkbookFormatProviderBaseDelimitedValuesFormatProviderBaseCsvFormatProvider
Implements:
Inherited Members
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
The files description.
Overrides
Name
Gets the unique identifier name "CsvFormatProvider" for this format provider.
Declaration
public override string Name { get; }
Property Value
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
The settings.
Overrides
SupportedExtensions
Gets the collection of supported file extensions (".csv") for CSV format.
Declaration
public override IEnumerable<string> SupportedExtensions { get; }
Property Value
IEnumerable<string>
The supported extensions.
Overrides