Class CsvConfiguration
- Namespace
- MiniExcelLibs.Csv
- Assembly
- MiniExcel.dll
public class CsvConfiguration : Configuration, IConfiguration
- Inheritance
-
CsvConfiguration
- Implements
-
- Inherited Members
-
Constructors
CsvConfiguration()
public CsvConfiguration()
Properties
AlwaysQuote
public bool AlwaysQuote { get; set; }
Property Value
- bool
NewLine
public string NewLine { get; set; }
Property Value
- string
ReadEmptyStringAsNull
public bool ReadEmptyStringAsNull { get; set; }
Property Value
- bool
ReadLineBreaksWithinQuotes
public bool ReadLineBreaksWithinQuotes { get; set; }
Property Value
- bool
Seperator
public char Seperator { get; set; }
Property Value
- char
SplitFn
public Func<string, string[]> SplitFn { get; set; }
Property Value
- Func<string, string[]>
StreamReaderFunc
public Func<Stream, StreamReader> StreamReaderFunc { get; set; }
Property Value
- Func<Stream, StreamReader>
StreamWriterFunc
public Func<Stream, StreamWriter> StreamWriterFunc { get; set; }
Property Value
- Func<Stream, StreamWriter>