Class TxtFormatProvider
Imports and exports workbooks in tab-delimited text (.txt) format with tab as the default delimiter.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Spreadsheet.FormatProviders.TextBased.Txt
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public class TxtFormatProvider : DelimitedValuesFormatProviderBase, ITextBasedWorkbookFormatProvider, IWorkbookFormatProvider
Constructors
TxtFormatProvider()
Initializes a new instance of the TxtFormatProvider class with tab character (\t) as the delimiter.
Declaration
public TxtFormatProvider()
Properties
FilesDescription
Gets the human-readable file type description "Text (Tab 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 "TxtFormatProvider" 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 with tab delimiter and other options for text file import and export.
Declaration
public override CsvSettings Settings { get; }
Property Value
|
CsvSettings
The settings. |
Overrides
SupportedExtensions
Gets the collection of supported file extensions (".txt") for tab-delimited text format.
Declaration
public override IEnumerable<string> SupportedExtensions { get; }
Property Value
|
System.Collections.Generic.IEnumerable<System.String>
The supported extensions. |