Class LoadingOptions
Options for loading WorkBook object from file.
Inheritance
System.Object
LoadingOptions
Namespace: IronXL.Options
Assembly: IronXL.dll
Syntax
public class LoadingOptions : Object
Constructors
LoadingOptions()
Declaration
public LoadingOptions()
Properties
ConvertFieldValues
Property that indicates whether to convert field values when loading CSV/TSV files.
Default value is TRUE
.
Declaration
public bool ConvertFieldValues { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
CsvIgnoreQuotes
Property that indicates whether to ignore quotes when loading CSV files.
Default value is false
.
Declaration
public bool CsvIgnoreQuotes { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
CsvListDelimiter
Property that indicates CSV file list delimiter.
Default value depends on current region. Take a look at System.Globalization.CultureInfo
Declaration
public string CsvListDelimiter { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DefaultFileFormat
Property that indicates whether to use XLS or XLSX as new workbook format when loading CSV/TSV files.
XLSX is the default value for new workbook
Declaration
public ExcelFileFormat DefaultFileFormat { get; set; }
Property Value
Type | Description |
---|---|
ExcelFileFormat |
Password
Get or set a password for a workbook.
Declaration
public string Password { get; set; }
Property Value
Type | Description |
---|---|
System.String |