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.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) stand for OpenDocument Spreadsheet Document format that are editable by user.
|
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) represents files that can be created by Microsoft Excel as well as other similar spreadsheet programs such as OpenOffice Calc or Apple Numbers.
|
static SpreadsheetFormats |
SpreadsheetFormats.Xlsb
Excel Binary Workbook (XLSB)specifies the Excel Binary File Format, which is a collection of records and structures that specify Excel workbook content.
|
static SpreadsheetFormats |
SpreadsheetFormats.Xlsm
Office Open XML Workbook Macro-Enabled (XLSM) is a type of Spreasheet files that support macros.
|
static SpreadsheetFormats |
SpreadsheetFormats.Xlsx
Office Open XML Workbook Macro-Free (XLSX) represents documents that was introduced by Microsoft with the release of Microsoft Office 2007.
|
static SpreadsheetFormats |
SpreadsheetFormats.Xlt
Excel 97-2003 Template (XLT) represents template files created with Microsoft Excel which is a spreadsheet application which comes as part of Microsoft Office suite.
|
static SpreadsheetFormats |
SpreadsheetFormats.Xltm
Office Open XML Template Macro-Enabled (XLTM) represents files that are generated by Microsoft Excel as Macro-enabled template files.
|
static SpreadsheetFormats |
SpreadsheetFormats.Xltx
Office Open XML Template Macro-Free (XLTX) file represents Microsoft Excel Template that are based on the Office OpenXML file format specifications.
|
Modifier and Type | Method and Description |
---|---|
SpreadsheetFormats |
SpreadsheetFormats.Clone()
Deprecated.
|
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 |
---|---|
Iterator<SpreadsheetFormats> |
SpreadsheetFormats.AllEnumerable.iterator()
Returns an enumerator for all supportable SpreadsheetFormats formats
|
Modifier and Type | Method and Description |
---|---|
void |
SpreadsheetFormats.CloneTo(SpreadsheetFormats that)
Deprecated.
|
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)
Deprecated.
|
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
|
Constructor and Description |
---|
SpreadsheetDocumentInfo(SpreadsheetFormats format,
int pageCount,
long size,
boolean isEncrypted)
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
|