Package | Description |
---|---|
com.groupdocs.editor.formats | |
com.groupdocs.editor.metadata | |
com.groupdocs.editor.options |
Modifier and Type | Field and Description |
---|---|
static SpreadsheetFormats |
SpreadsheetFormats.Dif
Data Interchange Format (DIF)
|
static SpreadsheetFormats |
SpreadsheetFormats.Fods
Flat OpenDocument Spreadsheet (FODS) — stored as a single uncompressed
XML document
|
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.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 |
---|---|
SpreadsheetFormats |
SpreadsheetFormats.Clone() |
static SpreadsheetFormats |
SpreadsheetFormats.fromExtension(String extension)
Returns instance of
SpreadsheetFormats structure, associated to
specified filename extension, or throws an exception, if extension cannot
be properly parsed |
Modifier and Type | Method and Description |
---|---|
com.aspose.ms.System.Collections.Generic.IGenericEnumerator<SpreadsheetFormats> |
SpreadsheetFormats.AllEnumerable.iterator()
Returns an enumerator for all supportable SpreadsheetFormats formats
|
Modifier and Type | Method and Description |
---|---|
void |
SpreadsheetFormats.CloneTo(SpreadsheetFormats that) |
boolean |
SpreadsheetFormats.equals(SpreadsheetFormats other)
Determines whether this instance is equal to the other specified
SpreadsheetFormats instance
|
static boolean |
SpreadsheetFormats.equals(SpreadsheetFormats obj1,
SpreadsheetFormats obj2) |
static boolean |
SpreadsheetFormats.op_Equality(SpreadsheetFormats first,
SpreadsheetFormats second)
Checks two given SpreadsheetFormats instances on equality
|
static boolean |
SpreadsheetFormats.op_Inequality(SpreadsheetFormats first,
SpreadsheetFormats second)
Checks two given SpreadsheetFormats instances on inequality
|
Modifier and Type | Method and Description |
---|---|
SpreadsheetFormats |
SpreadsheetDocumentInfo.getFormat()
Returns a format of this Spreadsheet document
|
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 © 2020. All rights reserved.