Show / Hide Table of Contents

Class ExcelTextFormat

Describes how to split a CSV text. Used by the ExcelRange.LoadFromText method

Inheritance
System.Object
ExcelTextFormatBase
ExcelTextFormat
Inherited Members
ExcelTextFormatBase.Delimiter
ExcelTextFormatBase.TextQualifier
ExcelTextFormatBase.EOL
ExcelTextFormatBase.Culture
ExcelTextFormatBase.SkipLinesBeginning
ExcelTextFormatBase.SkipLinesEnd
ExcelTextFormatBase.Encoding
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 class ExcelTextFormat : ExcelTextFormatBase

Constructors

ExcelTextFormat()

Describes how to split a CSV text

Default values

Property-Value

Declaration
public ExcelTextFormat()

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[]
Back to top Generated by DocFX