LoadOptions Class
Represents a base class for loading options of various file formats.
- Inheritance:
- System.ObjectLoadOptions
- Derived
Remarks
Following classes inherit from this base class:
Properties
CsvDefault
Gets the default options for loading from Character Separated Values file format.
public static CsvLoadOptions CsvDefault { get; }
Public Shared ReadOnly Property CsvDefault As CsvLoadOptions
Property Value
Remarks
MS Excel uses ';' as default if current culture uses ',' for decimal separator. GemBox.Spreadsheet always uses ','.
HtmlDefault
Gets the default options for loading from HyperText Markup Language File (HTML) format.
public static HtmlLoadOptions HtmlDefault { get; }
Public Shared ReadOnly Property HtmlDefault As HtmlLoadOptions
Property Value
OdsDefault
Gets the default options for loading from OpenDocument Spreadsheet file format.
public static OdsLoadOptions OdsDefault { get; }
Public Shared ReadOnly Property OdsDefault As OdsLoadOptions
Property Value
TxtDefault
Gets the default options for loading from Tab delimited file format.
public static CsvLoadOptions TxtDefault { get; }
Public Shared ReadOnly Property TxtDefault As CsvLoadOptions
Property Value
XlsbDefault
Gets the default options for loading from XLSX file format (Microsoft Excel Binary File Format).
public static XlsbLoadOptions XlsbDefault { get; }
Public Shared ReadOnly Property XlsbDefault As XlsbLoadOptions
Property Value
XlsDefault
Gets the default options for loading from XLS file format (Microsoft Excel Spreadsheet format; Excel 2003 and prior versions) .
public static XlsLoadOptions XlsDefault { get; }
Public Shared ReadOnly Property XlsDefault As XlsLoadOptions
Property Value
XlsxDefault
Gets the default options for loading from XLSX file format (Microsoft Excel Open XML Spreadsheet; Excel 2007 and later).
public static XlsxLoadOptions XlsxDefault { get; }
Public Shared ReadOnly Property XlsxDefault As XlsxLoadOptions
Property Value
XmlDefault
Gets the default options for loading from XML file format (XML Spreadsheet 2003).
public static XmlLoadOptions XmlDefault { get; }
Public Shared ReadOnly Property XmlDefault As XmlLoadOptions