Show / Hide Table of Contents

Class ExcelTextFormat

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

Inheritance
System.Object
ExcelTextFileFormat
ExcelTextFormatBase
ExcelTextFormat
Inherited Members
ExcelTextFormatBase.Delimiter
ExcelTextFormatBase.TextQualifier
ExcelTextFormatBase.DataTypes
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 class ExcelTextFormat : ExcelTextFormatBase

Constructors

ExcelTextFormat()

Describes how to split a CSV text

Default values

Property-Value

Declaration
public ExcelTextFormat()
In This Article
Back to top Generated by DocFX