SpreadsheetFileType

Inheritance: java.lang.Object, com.groupdocs.conversion.contracts.Enumeration, com.groupdocs.conversion.filetypes.FileType

All Implemented Interfaces: java.io.Serializable

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.

Constructors

Constructor Description
SpreadsheetFileType() Serialization constructor

Fields

Field Description
Xls XLS represents Excel Binary File Format.
Xlsx XLSX is well-known format for Microsoft Excel documents that was introduced by Microsoft with the release of Microsoft Office 2007.
Xlsm XLSM is a type of Spreadsheet files that support macros.
Xlsb XLSB file format specifies the Excel Binary File Format, which is a collection of records and structures that specify Excel workbook content.
Ods Files with ODS extension stand for OpenDocument Spreadsheet Document format that are editable by user.
Ots A file with .ots extension is an OpenDocument Spreadsheet Template file that is created with the Calc application software included in Apache OpenOffice.
Xltx XLTX file represents Microsoft Excel Template that are based on the Office OpenXML file format specifications.
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.
Xltm The XLTM file extension represents files that are generated by Microsoft Excel as Macro-enabled template files.
Tsv A Tab-Separated Values (TSV) file format represents data separated with tabs in plain text format.
Xlam XLAM is an Macro-Enabled Add-In file that is used to add new functions to spreadsheets.
Csv Files with CSV (Comma Separated Values) extension represent plain text files that contain records of data with comma separated values.
Fods A file with .fods extension is a type of OpenDocument Spreadsheet document format that stores data in rows and columns.
Dif DIF stands for Data Interchange Format that is used to import/export spreadsheets data between different applications.
Sxc The file format SXC(Sun XML Calc) belongs to an office suite called OpenOffice.org.
Numbers The files with .numbers extension are classified as spreadsheet file type, that\u2019s why they are similar to the .xlsx files; but the Numbers files are created by using Apple iWork Numbers spreadsheet software.

Methods

Method Description
getLoadOptions()
getConvertOptions()
getExcludedSourceTypes()
getExcludedTargetTypes()

SpreadsheetFileType()

public SpreadsheetFileType()

Serialization constructor

Xls

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.

Xlsx

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.

Xlsm

public static final SpreadsheetFileType Xlsm

XLSM is a type of Spreadsheet files that support macros. Learn more about this file format here.

Xlsb

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.

Ods

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.

Ots

public static final SpreadsheetFileType Ots

A file with .ots extension is an OpenDocument Spreadsheet Template file that is created with the Calc application software included in Apache OpenOffice. Calc application software is the similar to Excel available in Microsoft Office. Learn more about this file format here.

Xltx

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.

Xlt

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.

Xltm

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.

Tsv

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.

Xlam

public static final SpreadsheetFileType Xlam

XLAM is an Macro-Enabled Add-In file that is used to add new functions to spreadsheets. An Add-In is a supplemental program that runs additional code and provides additional functionality for spreadsheets. Learn more about this file format here

Csv

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.

Fods

public static final SpreadsheetFileType Fods

A file with .fods extension is a type of OpenDocument Spreadsheet document format that stores data in rows and columns. The format is specified as part of ODF 1.2 specifications published and maintained by OASIS. Learn more about this file format here.

Dif

public static final SpreadsheetFileType Dif

DIF stands for Data Interchange Format that is used to import/export spreadsheets data between different applications. These include Microsoft Excel, OpenOffice Calc, StarCalc and many others. Learn more about this file format here.

Sxc

public static final SpreadsheetFileType Sxc

The file format SXC(Sun XML Calc) belongs to an office suite called OpenOffice.org. This format generally deals with the spreadsheet needs of users as it is an XML based spreadsheet file format. SXC format supports formulas, functions, macros and charts along with DataPilot. Learn more about this file format here.

Numbers

public static final SpreadsheetFileType Numbers

The files with .numbers extension are classified as spreadsheet file type, that\u2019s why they are similar to the .xlsx files; but the Numbers files are created by using Apple iWork Numbers spreadsheet software. Learn more about this file format here.

getLoadOptions()

public LoadOptions getLoadOptions()

Prepared default load options for the source file type

Returns: LoadOptions

getConvertOptions()

public ConvertOptions getConvertOptions()

Prepared default convert options for the file type

Returns: ConvertOptions

getExcludedSourceTypes()

public static final FileType[] getExcludedSourceTypes()

Returns: com.groupdocs.conversion.filetypes.FileType[]

getExcludedTargetTypes()

public static final FileType[] getExcludedTargetTypes()

Returns: com.groupdocs.conversion.filetypes.FileType[]