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 CsvLoadOptionsProperty 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 HtmlLoadOptionsProperty Value
OdsDefault
Gets the default options for loading from OpenDocument Spreadsheet file format.
public static OdsLoadOptions OdsDefault { get; }Public Shared ReadOnly Property OdsDefault As OdsLoadOptionsProperty Value
TxtDefault
Gets the default options for loading from Tab delimited file format.
public static CsvLoadOptions TxtDefault { get; }Public Shared ReadOnly Property TxtDefault As CsvLoadOptionsProperty 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 XlsbLoadOptionsProperty 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 XlsLoadOptionsProperty 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 XlsxLoadOptionsProperty 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