public final class SpreadsheetFileType extends FileType implements Serializable
Defines Spreadsheet documents. Includes the following file types:
Csv
,
Fods
,
Ods
,
Ots
,
Tsv
,
Xlam
,
Xls
,
Xlsb
,
Xlsm
,
Xlsx
,
Xlt
,
Xltm
,
Xltx
.
Learn more about Spreadsheet formats here.
Modifier and Type | Field and Description |
---|---|
static SpreadsheetFileType |
Csv
Files with CSV (Comma Separated Values) extension represent plain text files that contain records of data with comma separated values.
|
static SpreadsheetFileType |
Dif
DIF stands for Data Interchange Format that is used to import/export spreadsheets data between different applications.
|
static SpreadsheetFileType |
Fods
OpenDocument Flat XML Spreadsheet
|
static 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 |
Ods
Files with ODS extension stand for OpenDocument Spreadsheet Document format that are editable by user.
|
static SpreadsheetFileType |
Ots
OpenDocument Spreadsheet Template
|
static SpreadsheetFileType |
Sxc
An XML based format used by OpenOffice and StarOffice
|
static SpreadsheetFileType |
Tsv
A Tab-Separated Values (TSV) file format represents data separated with tabs in plain text format.
|
static SpreadsheetFileType |
Xlam
Xlam document format
|
static SpreadsheetFileType |
Xls
XLS represents Excel Binary File Format.
|
static 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 |
Xlsm
XLSM is a type of Spreadsheet files that support macros.
|
static 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 |
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 |
Xltm
The XLTM file extension represents files that are generated by Microsoft Excel as Macro-enabled template files.
|
static SpreadsheetFileType |
Xltx
XLTX file represents Microsoft Excel Template that are based on the Office OpenXML file format specifications.
|
Constructor and Description |
---|
SpreadsheetFileType()
Serialization constructor
|
Modifier and Type | Method and Description |
---|---|
ConvertOptions |
getConvertOptions()
Prepared default convert options for the file type
|
static FileType[] |
getExcludedSourceTypes() |
static FileType[] |
getExcludedTargetTypes() |
LoadOptions |
getLoadOptions()
Prepared default load options for the source file type
|
fromExtension, fromFilename, fromStream, getAllTypes, getAllTypes, getAllTypes, getDescription, getExtension, getFamily, getFileFormat, toString
compareTo, equals, equals, fromDisplayName, fromValue, getAll, hashCode, op_Equality, op_Inequality
public static final SpreadsheetFileType Xls
XLS represents Excel Binary File Format. Such files can be created by Microsoft Excel as well as other similar spreadsheet programs such as OpenOffice Calc or Apple Numbers. Learn more about this file format here.
public static final SpreadsheetFileType Xlsx
XLSX is well-known format for Microsoft Excel documents that was introduced by Microsoft with the release of Microsoft Office 2007. Learn more about this file format here.
public static final SpreadsheetFileType Xlsm
XLSM is a type of Spreadsheet files that support macros. Learn more about this file format here.
public static final SpreadsheetFileType Xlsb
XLSB file format specifies the Excel Binary File Format, which is a collection of records and structures that specify Excel workbook content. Learn more about this file format here.
public static final SpreadsheetFileType Ods
Files with ODS extension stand for OpenDocument Spreadsheet Document format that are editable by user. Data is stored inside ODF file into rows and columns. Learn more about this file format here.
public static final SpreadsheetFileType Ots
OpenDocument Spreadsheet Template
public static final SpreadsheetFileType Xltx
XLTX file represents Microsoft Excel Template that are based on the Office OpenXML file format specifications. It is used to create a standard template file that can be utilized to generate XLSX files that exhibit the same settings as specified in the XLTX file. Learn more about this file format here.
public static final 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. Microsoft Office 97-2003 supported creating new XLT files as well as opening these. Learn more about this file format here.
public static final SpreadsheetFileType Xltm
The XLTM file extension represents files that are generated by Microsoft Excel as Macro-enabled template files. XLTM files are similar to XLTX in structure other than that the later doesn't support creating template files with macros. Learn more about this file format here.
public static final SpreadsheetFileType Tsv
A Tab-Separated Values (TSV) file format represents data separated with tabs in plain text format. Learn more about this file format here.
public static final SpreadsheetFileType Xlam
Xlam document format
public static final SpreadsheetFileType Csv
Files with CSV (Comma Separated Values) extension represent plain text files that contain records of data with comma separated values. Learn more about this file format here.
public static final SpreadsheetFileType Fods
public static final SpreadsheetFileType Dif
public static final SpreadsheetFileType Sxc
public static final SpreadsheetFileType Numbers
public LoadOptions getLoadOptions()
FileType
getLoadOptions
in class FileType
public ConvertOptions getConvertOptions()
FileType
getConvertOptions
in class FileType
public static final FileType[] getExcludedSourceTypes()
public static final FileType[] getExcludedTargetTypes()
Copyright © 2022. All rights reserved.