Package | Description |
---|---|
com.gembox.spreadsheet |
Contains classes and enums that constitute GemBox.Spreadsheet object model.
|
Modifier and Type | Class and Description |
---|---|
class |
CsvSaveOptions
Represents options for saving to Character Separated Values file format.
|
class |
FixedWidthSaveOptions
Represents options for saving to Fixed-Width Text file format.
|
class |
HtmlSaveOptions
Represents options for saving to HyperText Markup Language File (HTML) format.
|
class |
OdsSaveOptions
Represents options for saving to OpenDocument Spreadsheet file format.
|
class |
XlsSaveOptions
Represents options for saving to, XLS file format (Microsoft Excel Spreadsheet format; Excel 2003 and prior versions) .
|
class |
XlsxSaveOptions
Represent options for saving to XLSX file format (Microsoft Excel Open XML Spreadsheet; Excel 2007 and later).
|
Modifier and Type | Method and Description |
---|---|
static SaveOptions |
SaveOptions.fromPathExtension(String path,
String paramName)
Deprecated.
This method is internal and should not be used.
|
Modifier and Type | Method and Description |
---|---|
void |
ExcelFile.save(OutputStream stream,
SaveOptions options)
Saves the spreadsheet to the specified stream.
|
void |
ExcelFile.save(String path,
SaveOptions options)
Saves the spreadsheet to a file with the specified path.
|
© GemBox d.o.o. — All rights reserved.