ExcelTextFormat Members
From Office Open XML
| EPPlus 3.0 |
| ExcelTextFormat Members |
| ExcelTextFormat Class Constructors Methods Properties See Also Send Feedback |
The ExcelTextFormat type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ExcelTextFormat |
Describes how to split a CSV text
Default values
PropertyValueDelimiter,TextQualifierNone (\0)EOLCRLFCultureCultureInfo.InvariantCultureDataTypesEnd of line default CRLFSkipLinesBeginning0SkipLinesEnd0EncodingEncoding.ASCII |
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Culture |
Culture used when parsing. Default CultureInfo.InvariantCulture
| |
| DataTypes |
Datatypes list for each column (if column is not present Unknown is assumed)
| |
| Delimiter |
Delimiter character
| |
| Encoding |
Only used when reading files from disk using a FileInfo object
| |
| EOL |
End of line characters. Default CRLF
| |
| SkipLinesBeginning |
Number of lines skiped in the begining of the file. Default 0.
| |
| SkipLinesEnd |
Number of lines skiped at the end of the file. Default 0.
| |
| TextQualifier |
Text quualifier character
|