com.aspose.cells
Class SaveFormat

java.lang.Object
    extended by com.aspose.cells.SaveFormat

public class SaveFormat 
extends java.lang.Object

Utility class containing constants. Represents the format in which the workbook is saved.


Field Summary
static final intCSV
           Comma-Separated Values(CSV) text file.
static final intXLSX
           Represents an xlsx file.
static final intXLSM
           Represents an xlsm file which enable macros.
static final intXLTX
           Represents an xltx file.
static final intXLTM
           Represents an xltm file which enable macros.
static final intXLAM
           Represents an xltm file which enable addin macros.
static final intTSV
           Tab-Separated Values(TSV) text file.
static final intTAB_DELIMITED
           Represents a tab delimited text file, same with TSV.
static final intHTML
           Represents a html file.
static final intM_HTML
           Represents a mhtml file.
static final intODS
           Open Document Sheet(ODS) file.
static final intEXCEL_97_TO_2003
           Represents an Excel97-2003 xls file.
static final intSPREADSHEET_ML
           Represents an Excel 2003 xml file.
static final intXLSB
           Represents an xlsb file.
static final intAUTO
           If saving the file to the disk,the file format accords to the extension of the file name. If saving the file to the stream, the file format is xlsx.
static final intUNKNOWN
           Represents unrecognized format, cannot be saved.
static final intPDF
           Represents a Pdf file.
static final intXPS
           XPS (XML Paper Specification) format.
static final intTIFF
           Represents a TIFF file.
static final intSVG
           SVG file.
static final intDIF
           Data Interchange Format.
static final intOTS
           Open Document Template Sheet(OTS) file.
static final intXLT
           Excel 97-2003 template file.
static final intXML
           Represents a simple xml file.
static final intNUMBERS
           Represents a numbers file.
static final intMARKDOWN
           Represents markdown document.
static final intFODS
           Represents OpenDocument Flat XML Spreadsheet (.fods) file format.
static final intSXC
           Represents StarOffice Calc Spreadsheet (.sxc) file format.
static final intPPTX
           Represents .pptx file.
static final intDOCX
           Represents .docx file.
static final intEMF
           Windows Enhanced Metafile.
static final intJPG
           JPEG JFIF.
static final intPNG
           Portable Network Graphics.
static final intBMP
           Windows Bitmap
static final intGIF
           Gif
static final intJSON
           Json
static final intSQL_SCRIPT
           Sql
 

Field Detail

CSV

public static final int CSV
Comma-Separated Values(CSV) text file.

XLSX

public static final int XLSX
Represents an xlsx file.

XLSM

public static final int XLSM
Represents an xlsm file which enable macros.

XLTX

public static final int XLTX
Represents an xltx file.

XLTM

public static final int XLTM
Represents an xltm file which enable macros.

XLAM

public static final int XLAM
Represents an xltm file which enable addin macros.

TSV

public static final int TSV
Tab-Separated Values(TSV) text file.

TAB_DELIMITED

public static final int TAB_DELIMITED
Represents a tab delimited text file, same with TSV.

HTML

public static final int HTML
Represents a html file.

M_HTML

public static final int M_HTML
Represents a mhtml file.

ODS

public static final int ODS
Open Document Sheet(ODS) file.

EXCEL_97_TO_2003

public static final int EXCEL_97_TO_2003
Represents an Excel97-2003 xls file.

SPREADSHEET_ML

public static final int SPREADSHEET_ML
Represents an Excel 2003 xml file.

XLSB

public static final int XLSB
Represents an xlsb file.

AUTO

public static final int AUTO
If saving the file to the disk,the file format accords to the extension of the file name. If saving the file to the stream, the file format is xlsx.

UNKNOWN

public static final int UNKNOWN
Represents unrecognized format, cannot be saved.

PDF

public static final int PDF
Represents a Pdf file.

XPS

public static final int XPS
XPS (XML Paper Specification) format.

TIFF

public static final int TIFF
Represents a TIFF file.

SVG

public static final int SVG
SVG file.

DIF

public static final int DIF
Data Interchange Format.

OTS

public static final int OTS
Open Document Template Sheet(OTS) file.

XLT

public static final int XLT
Excel 97-2003 template file.

XML

public static final int XML
Represents a simple xml file.

NUMBERS

public static final int NUMBERS
Represents a numbers file. Not supported.

MARKDOWN

public static final int MARKDOWN
Represents markdown document.

FODS

public static final int FODS
Represents OpenDocument Flat XML Spreadsheet (.fods) file format.

SXC

public static final int SXC
Represents StarOffice Calc Spreadsheet (.sxc) file format.

PPTX

public static final int PPTX
Represents .pptx file.

DOCX

public static final int DOCX
Represents .docx file.

EMF

public static final int EMF
Windows Enhanced Metafile.

JPG

public static final int JPG
JPEG JFIF.

PNG

public static final int PNG
Portable Network Graphics.

BMP

public static final int BMP
Windows Bitmap

GIF

public static final int GIF
Gif

JSON

public static final int JSON
Json

SQL_SCRIPT

public static final int SQL_SCRIPT
Sql

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.