TxtFormatProvider
Imports and exports workbooks in tab-delimited text (.txt) format with tab as the default delimiter.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.FormatProviders.TextBased.Txt
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
public class TxtFormatProvider : DelimitedValuesFormatProviderBase, ITextBasedWorkbookFormatProvider, IWorkbookFormatProvider
Inheritance: objectWorkbookFormatProviderBaseTextBasedWorkbookFormatProviderBaseDelimitedValuesFormatProviderBaseTxtFormatProvider
Implements:
Inherited Members
Constructors
Initializes a new instance of the TxtFormatProvider class with tab character (\t) as the delimiter.
public TxtFormatProvider()
Properties
Gets the human-readable file type description "Text (Tab delimited)" for use in file dialogs.
public override string FilesDescription { get; }
The files description.
Overrides:
Gets the unique identifier name "TxtFormatProvider" for this format provider.
public override string Name { get; }
The name of the provider.
Overrides:
Gets the configuration settings with tab delimiter and other options for text file import and export.
public override CsvSettings Settings { get; }
The settings.
Overrides:
Gets the collection of supported file extensions (".txt") for tab-delimited text format.
public override IEnumerable<string> SupportedExtensions { get; }
The supported extensions.
Overrides: