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
ExcelTextFormatBase
Inherited Members
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 |