SpreadsheetSaveFileFormat
Leave feedback
On this page
Inheritance: java.lang.Object
public final class SpreadsheetSaveFileFormat
Defines different save formats for Spreadsheet documents.
| 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. |
| 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. |
public static final int Default
File format will not be changed.
public static final int CSV
Saves the document as comma separated value file.
public static final int Excel97To2003
Saves the document as Microsoft Excel 97-2003 workbook (.xls).
public static final int Xlsx
Saves the document an Microsoft Excel OpenXML workbook.
public static final int Xlsm
Saves the document as Microsoft Excel macro-enabled workbook.
public static final int Xltx
Saves the document as Microsoft Excel template.
public static final int Xltm
Saves the document as Microsoft Excel macro-enabled template.
public static final int Xlam
Saves the document as Microsoft Excel macro-enabled add-In.
public static final int Pdf
Saves the document as an PDF file.
public static final int ODS
Saves the document as Open Office workbook.
public static final int Xlsb
Saves the document as Microsoft Excel Binary workbook.
public static final int XPS
Saves the document as XML Paper Specification File.
public static final int TIFF
Saves the document in Tagged Image File Format.
public static final int SVG
Saves the document as Scalable Vector Graphics file.
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 Jpg
Saves the document in Jpeg format.
public static final int Png
Saves the document in Portable Network Graphics format.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.