Show / Hide Table of Contents

Class ExcelTextFormatBase

Describes how to split a CSV text. Used by the ExcelRange.LoadFromText method. Base class for ExcelTextFormat and ExcelOutputTextFormat ExcelTextFormat ExcelOutputTextFormat

Inheritance
System.Object
ExcelTextFileFormat
ExcelTextFormatBase
ExcelOutputTextFormat
ExcelTextFormat
Inherited Members
ExcelTextFileFormat.EOL
ExcelTextFileFormat.Culture
ExcelTextFileFormat.SkipLinesBeginning
ExcelTextFileFormat.SkipLinesEnd
ExcelTextFileFormat.Encoding
ExcelTextFileFormat.ShouldUseRow
ExcelTextFileFormat.Transpose
ExcelTextFileFormat.TableStyle
ExcelTextFileFormat.FirstRowIsHeader
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: OfficeOpenXml
Assembly: EPPlus.dll
Syntax
public abstract class ExcelTextFormatBase : ExcelTextFileFormat

Properties

DataTypes

Datatypes list for each column (if column is not present Unknown is assumed)

Declaration
public eDataTypes[] DataTypes { get; set; }
Property Value
Type Description
eDataTypes[]

Delimiter

Delimiter character

Declaration
public char Delimiter { get; set; }
Property Value
Type Description
System.Char

TextQualifier

Text qualifier character. Default no TextQualifier (\0)

Declaration
public char TextQualifier { get; set; }
Property Value
Type Description
System.Char
In This Article
Back to top Generated by DocFX