public final class SpreadsheetSaveFileFormat extends Object
Defines different save formats for Spreadsheet documents.
Modifier and Type | Field and Description |
---|---|
static int |
CSV
Saves the document as comma separated value file.
|
static int |
Default
File format will not be changed.
|
static int |
Dif
Saves the document in Data Interchange Format.
|
static int |
Emf
Saves the document in Windows Enhanced Metafile format.
|
static int |
Excel97To2003
Saves the document as Microsoft Excel 97-2003 workbook (.xls).
|
static int |
Jpg
Saves the document in Jpeg format.
|
static int |
ODS
Saves the document as Open Office workbook.
|
static int |
Pdf
Saves the document as an PDF file.
|
static int |
Png
Saves the document in Portable Network Graphics format.
|
static int |
SVG
Saves the document as Scalable Vector Graphics file.
|
static int |
TIFF
Saves the document in Tagged Image File Format.
|
static int |
Xlam
Saves the document as Microsoft Excel macro-enabled add-In.
|
static int |
Xlsb
Saves the document as Microsoft Excel Binary workbook.
|
static int |
Xlsm
Saves the document as Microsoft Excel macro-enabled workbook.
|
static int |
Xlsx
Saves the document an Microsoft Excel OpenXML workbook.
|
static int |
Xltm
Saves the document as Microsoft Excel macro-enabled template.
|
static int |
Xltx
Saves the document as Microsoft Excel template.
|
static int |
XPS
Saves the document as XML Paper Specification File.
|
public static final int CSV
Saves the document as comma separated value file.
public static final int Default
File format will not be changed.
public static final int Dif
Saves the document in Data Interchange Format.
public static final int Emf
Saves the document in Windows Enhanced Metafile format.
public static final int Excel97To2003
Saves the document as Microsoft Excel 97-2003 workbook (.xls).
public static final int Jpg
Saves the document in Jpeg format.
public static final int ODS
Saves the document as Open Office workbook.
public static final int Pdf
Saves the document as an PDF file.
public static final int Png
Saves the document in Portable Network Graphics format.
public static final int SVG
Saves the document as Scalable Vector Graphics file.
public static final int TIFF
Saves the document in Tagged Image File Format.
public static final int Xlam
Saves the document as Microsoft Excel macro-enabled add-In.
public static final int Xlsb
Saves the document as Microsoft Excel Binary workbook.
public static final int Xlsm
Saves the document as Microsoft Excel macro-enabled workbook.
public static final int Xlsx
Saves the document an Microsoft Excel OpenXML workbook.
public static final int Xltm
Saves the document as Microsoft Excel macro-enabled template.
public static final int Xltx
Saves the document as Microsoft Excel template.
public static final int XPS
Saves the document as XML Paper Specification File.