Package | Description |
---|---|
com.groupdocs.conversion.filetypes |
The GroupDocs.Conversion.FileTypes namespace provides classes which represent supported file types.
|
com.groupdocs.conversion.options.load |
The GroupDocs.Conversion.Options.Load namespace provides classes to specify additional options for document loading process.
|
Modifier and Type | Field and Description |
---|---|
static SpreadsheetFileType |
SpreadsheetFileType.Csv
Files with CSV (Comma Separated Values) extension represent plain text files that contain records of data with comma separated values.
|
static SpreadsheetFileType |
SpreadsheetFileType.Dif
DIF stands for Data Interchange Format that is used to import/export spreadsheets data between different applications.
|
static SpreadsheetFileType |
SpreadsheetFileType.Fods
OpenDocument Flat XML Spreadsheet
|
static SpreadsheetFileType |
SpreadsheetFileType.Numbers
The files with .numbers extension are classified as spreadsheet file type, that’s why they are similar to the .xlsx files; but the Numbers files are created by using Apple iWork Numbers spreadsheet software.
|
static SpreadsheetFileType |
SpreadsheetFileType.Ods
Files with ODS extension stand for OpenDocument Spreadsheet Document format that are editable by user.
|
static SpreadsheetFileType |
SpreadsheetFileType.Ots
OpenDocument Spreadsheet Template
|
static SpreadsheetFileType |
SpreadsheetFileType.Sxc
An XML based format used by OpenOffice and StarOffice
|
static SpreadsheetFileType |
SpreadsheetFileType.Tsv
A Tab-Separated Values (TSV) file format represents data separated with tabs in plain text format.
|
static SpreadsheetFileType |
SpreadsheetFileType.Xlam
Xlam document format
|
static SpreadsheetFileType |
SpreadsheetFileType.Xls
XLS represents Excel Binary File Format.
|
static SpreadsheetFileType |
SpreadsheetFileType.Xlsb
XLSB file format specifies the Excel Binary File Format, which is a collection of records and structures that specify Excel workbook content.
|
static SpreadsheetFileType |
SpreadsheetFileType.Xlsm
XLSM is a type of Spreadsheet files that support macros.
|
static SpreadsheetFileType |
SpreadsheetFileType.Xlsx
XLSX is well-known format for Microsoft Excel documents that was introduced by Microsoft with the release of Microsoft Office 2007.
|
static SpreadsheetFileType |
SpreadsheetFileType.Xlt
Files with .XLT extension are template files created with Microsoft Excel which is a spreadsheet application which comes as part of Microsoft Office suite.
|
static SpreadsheetFileType |
SpreadsheetFileType.Xltm
The XLTM file extension represents files that are generated by Microsoft Excel as Macro-enabled template files.
|
static SpreadsheetFileType |
SpreadsheetFileType.Xltx
XLTX file represents Microsoft Excel Template that are based on the Office OpenXML file format specifications.
|
Modifier and Type | Method and Description |
---|---|
SpreadsheetFileType |
SpreadsheetLoadOptions.getFormat() |
Copyright © 2022. All rights reserved.