New to Telerik Document ProcessingStart a free 30-day trial

Imports and exports workbooks in tab-delimited text (.txt) format with tab as the default delimiter.

Definition

Constructors

Initializes a new instance of the TxtFormatProvider class with tab character (\t) as the delimiter.

C#
public TxtFormatProvider()

Properties

Gets the human-readable file type description "Text (Tab 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 "TxtFormatProvider" for this format provider.

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

The name of the provider.

Overrides: WorkbookFormatProviderBase.Name

Gets the configuration settings with tab delimiter and other options for text file import and export.

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

The settings.

Overrides: DelimitedValuesFormatProviderBase.Settings

Gets the collection of supported file extensions (".txt") for tab-delimited text format.

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

The supported extensions.

Overrides: WorkbookFormatProviderBase.SupportedExtensions