Class ExcelTextFormatBase
Describes how to split a CSV text. Used by the ExcelRange.LoadFromText method. Base class for ExcelTextFormat and ExcelOutputTextFormat ExcelTextFormat ExcelOutputTextFormat
Inherited Members
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 |
|---|---|
| char |
TextQualifier
Text qualifier character. Default no TextQualifier (\0)
Declaration
public char TextQualifier { get; set; }
Property Value
| Type | Description |
|---|---|
| char |