SpreadsheetSaveFileFormat

Inheritance: java.lang.Object

public final class SpreadsheetSaveFileFormat

Defines different save formats for Spreadsheet documents.

Fields

Field Description
Default File format will not be changed.
CSV Saves the document as comma separated value file.
Excel97To2003 Saves the document as Microsoft Excel 97-2003 workbook (.xls).
Xlsx Saves the document an Microsoft Excel OpenXML workbook.
Xlsm Saves the document as Microsoft Excel macro-enabled workbook.
Xltx Saves the document as Microsoft Excel template.
Xltm Saves the document as Microsoft Excel macro-enabled template.
Xlam Saves the document as Microsoft Excel macro-enabled add-In.
Pdf Saves the document as an PDF file.
ODS Saves the document as Open Office workbook.
Xlsb Saves the document as Microsoft Excel Binary workbook.
XPS Saves the document as XML Paper Specification File.
TIFF Saves the document in Tagged Image File Format.
SVG Saves the document as Scalable Vector Graphics file.
Dif Saves the document in Data Interchange Format.
Emf Saves the document in Windows Enhanced Metafile format.
Jpg Saves the document in Jpeg format.
Png Saves the document in Portable Network Graphics format.

Default

public static final int Default

File format will not be changed.

CSV

public static final int CSV

Saves the document as comma separated value file.

Excel97To2003

public static final int Excel97To2003

Saves the document as Microsoft Excel 97-2003 workbook (.xls).

Xlsx

public static final int Xlsx

Saves the document an Microsoft Excel OpenXML workbook.

Xlsm

public static final int Xlsm

Saves the document as Microsoft Excel macro-enabled workbook.

Xltx

public static final int Xltx

Saves the document as Microsoft Excel template.

Xltm

public static final int Xltm

Saves the document as Microsoft Excel macro-enabled template.

Xlam

public static final int Xlam

Saves the document as Microsoft Excel macro-enabled add-In.

Pdf

public static final int Pdf

Saves the document as an PDF file.

ODS

public static final int ODS

Saves the document as Open Office workbook.

Xlsb

public static final int Xlsb

Saves the document as Microsoft Excel Binary workbook.

XPS

public static final int XPS

Saves the document as XML Paper Specification File.

TIFF

public static final int TIFF

Saves the document in Tagged Image File Format.

SVG

public static final int SVG

Saves the document as Scalable Vector Graphics file.

Dif

public static final int Dif

Saves the document in Data Interchange Format.

Emf

public static final int Emf

Saves the document in Windows Enhanced Metafile format.

Jpg

public static final int Jpg

Saves the document in Jpeg format.

Png

public static final int Png

Saves the document in Portable Network Graphics format.