Class ExcelTextFormatBase
- Namespace
- OfficeOpenXml
- Assembly
- EPPlus.dll
Describes how to split a CSV text. Used by the ExcelRange.LoadFromText method. Base class for ExcelTextFormat and ExcelOutputTextFormat ExcelTextFormat ExcelOutputTextFormat
public abstract class ExcelTextFormatBase : ExcelTextFileFormat
- Inheritance
-
ExcelTextFormatBase
- Derived
- Inherited Members
Properties
DataTypes
Datatypes list for each column (if column is not present Unknown is assumed)
public eDataTypes[] DataTypes { get; set; }
Property Value
Delimiter
Delimiter character
public char Delimiter { get; set; }
Property Value
TextQualifier
Text qualifier character. Default no TextQualifier (\0)
public char TextQualifier { get; set; }