ExcelTextFormat Members

Office Open XML

The ExcelTextFormat type exposes the following members.

Constructors

  NameDescription
ExcelTextFormat
Describes how to split a CSV text Default values PropertyValueDelimiter,TextQualifierNone (\0)EOLCRLFCultureCultureInfo.InvariantCultureDataTypesEnd of line default CRLFSkipLinesBeginning0SkipLinesEnd0EncodingEncoding.ASCII

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(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
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
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

See Also