| Package | Description |
|---|---|
| com.groupdocs.editor.formats |
The com.groupdocs.editor.formats namespace provides interfaces and classes that describes supported document formats.
|
| com.groupdocs.editor.metadata |
The com.groupdocs.editor.metadata namespace provides classes for describing basic document properties dependent on document type.
|
| com.groupdocs.editor.options |
The com.groupdocs.editor.options namespace provides interfaces for load and save options.
|
| Modifier and Type | Field and Description |
|---|---|
static SpreadsheetFormats |
SpreadsheetFormats.Csv
Comma Separated Values (CSV).
|
static SpreadsheetFormats |
SpreadsheetFormats.Dif
Data Interchange Format (DIF).
|
static SpreadsheetFormats |
SpreadsheetFormats.Fods
Flat OpenDocument Spreadsheet (FODS).
|
static SpreadsheetFormats |
SpreadsheetFormats.Ods
OpenDocument Spreadsheet (ODS).
|
static SpreadsheetFormats |
SpreadsheetFormats.SpreadsheetML
SpreadsheetML — Microsoft Office Excel 2002 and Excel 2003 XML Format.
|
static SpreadsheetFormats |
SpreadsheetFormats.Sxc
StarOffice or OpenOffice.org Calc XML Spreadsheet (SXC).
|
static SpreadsheetFormats |
SpreadsheetFormats.Tsv
Tab-Separated Values (TSV).
|
static SpreadsheetFormats |
SpreadsheetFormats.Xlam
Excel Add-in (XLAM).
|
static SpreadsheetFormats |
SpreadsheetFormats.Xls
Excel 97-2003 Binary File Format (XLS).
|
static SpreadsheetFormats |
SpreadsheetFormats.Xlsb
Excel Binary Workbook (XLSB).
|
static SpreadsheetFormats |
SpreadsheetFormats.Xlsm
Office Open XML Workbook Macro-Enabled (XLSM).
|
static SpreadsheetFormats |
SpreadsheetFormats.Xlsx
Office Open XML Workbook Macro-Free (XLSX).
|
static SpreadsheetFormats |
SpreadsheetFormats.Xlt
Excel 97-2003 Template (XLT).
|
static SpreadsheetFormats |
SpreadsheetFormats.Xltm
Office Open XML Template Macro-Enabled (XLTM).
|
static SpreadsheetFormats |
SpreadsheetFormats.Xltx
Office Open XML Template Macro-Free (XLTX).
|
| Modifier and Type | Method and Description |
|---|---|
static SpreadsheetFormats |
SpreadsheetFormats.fromExtension(String extension)
Retrieves an instance of the specified type
SpreadsheetFormats that has the specified file extension. |
static SpreadsheetFormats |
SpreadsheetFormats.fromString(String extension)
Converts a string representing a file extension to a
SpreadsheetFormats object. |
| Modifier and Type | Method and Description |
|---|---|
static List<SpreadsheetFormats> |
SpreadsheetFormats.getAll()
Gets an enumerable collection of all
SpreadsheetFormats. |
| Modifier and Type | Method and Description |
|---|---|
SpreadsheetFormats |
SpreadsheetDocumentInfo.getFormat()
Returns a format of this Spreadsheet document
|
| Constructor and Description |
|---|
SpreadsheetDocumentInfo(SpreadsheetFormats format,
int pageCount,
long size,
boolean isEncrypted,
com.aspose.cells.Workbook workbook)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
SpreadsheetFormats |
SpreadsheetSaveOptions.getOutputFormat()
Allows to specify a Spreadsheet format, which will be used for saving the
document
|
| Modifier and Type | Method and Description |
|---|---|
void |
SpreadsheetSaveOptions.setOutputFormat(SpreadsheetFormats value)
Allows to specify a Spreadsheet format, which will be used for saving the
document
|
| Constructor and Description |
|---|
SpreadsheetSaveOptions(SpreadsheetFormats outputFormat)
Creates a new instance of SpreadsheetSaveOptions with specified mandatory
Spreadsheet output format, while all other parameters are default
|
Copyright © 2024. All rights reserved.