Package | Description |
---|---|
com.gembox.spreadsheet |
Contains classes and enums that constitute GemBox.Spreadsheet object model.
|
Modifier and Type | Class and Description |
---|---|
class |
CsvLoadOptions
Represents options for loading from Character Separated Values file format.
|
class |
FixedWidthLoadOptions
Represents options for loading from Fixed-Width Text file format.
|
class |
HtmlLoadOptions
Represents options for loading from HyperText Markup Language File (HTML) format.
|
class |
OdsLoadOptions
Represents options for loading from OpenDocument Spreadsheet file format.
|
class |
XlsLoadOptions
Represents options for loading from XLS file format (Microsoft Excel Spreadsheet format; Excel 2003 and prior versions).
|
class |
XlsxLoadOptions
Represent options for loading from XLSX file format (Microsoft Excel Open XML Spreadsheet; Excel 2007 and later).
|
Modifier and Type | Method and Description |
---|---|
static LoadOptions |
LoadOptions.fromPathExtension(String path)
Deprecated.
This method is internal and should not be used.
|
Modifier and Type | Method and Description |
---|---|
static ExcelFile |
ExcelFile.load(InputStream stream,
LoadOptions options)
Loads a spreadsheet from the specified stream.
|
static ExcelFile |
ExcelFile.load(String path,
LoadOptions options)
Loads a spreadsheet from a file with the specified path.
|
© GemBox Ltd. — All rights reserved.