Class ExcelTextFormat
Describes how to split a CSV text. Used by the ExcelRange.LoadFromText method
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 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[] |