ExcelTextFormat Properties

Office Open XML

The ExcelTextFormat type exposes the following members.

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