asposecells.api
Class SaveFormat

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

Field Summary
const  intCSV
           Represents a CSV file.
const  intXLSX
           Represents an xlsx file.
const  intXLSM
           Represents an xlsm file which enable macros.
const  intXLTX
           Represents an xltx file.
const  intXLTM
           Represents an xltm file which enable macros.
const  intXLAM
           Represents an xltm file which enable addin macros.
const  intTSV
           Represents a TSV(tab-separated values file) file.
const  intTAB_DELIMITED
           Represents a tab delimited text file, same with TSV.
const  intHTML
           Represents a html file.
const  intM_HTML
           Represents a mhtml file.
const  intODS
           Represents a ods file.
const  intEXCEL_97_TO_2003
           Represents an Excel97-2003 xls file.
const  intSPREADSHEET_ML
           Represents an Excel 2003 xml file.
const  intXLSB
           Represents an xlsb file.
const  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.
const  intUNKNOWN
           Represents unrecognized format, cannot be saved.
const  intPDF
           Represents a Pdf file.
const  intXPS
           Represents an XPS file.
const  intTIFF
           Represents an TIFF file.
const  intSVG
           Represents an SVG file.
const  intDIF
           Data Interchange Format.
const  intNUMBERS
           Represents a numbers file.
const  intMARKDOWN
           Represents markdown document.
const  intFODS
           Represents the flat ods file.
const  intSXC
           Represents StarOffice Calc Spreadsheet (.sxc) file format.
 

Field Detail

CSV

const int CSV
Represents a CSV file.

XLSX

const int XLSX
Represents an xlsx file.

XLSM

const int XLSM
Represents an xlsm file which enable macros.

XLTX

const int XLTX
Represents an xltx file.

XLTM

const int XLTM
Represents an xltm file which enable macros.

XLAM

const int XLAM
Represents an xltm file which enable addin macros.

TSV

const int TSV
Represents a TSV(tab-separated values file) file.

TAB_DELIMITED

const int TAB_DELIMITED
Represents a tab delimited text file, same with TSV.

HTML

const int HTML
Represents a html file.

M_HTML

const int M_HTML
Represents a mhtml file.

ODS

const int ODS
Represents a ods file.

EXCEL_97_TO_2003

const int EXCEL_97_TO_2003
Represents an Excel97-2003 xls file.

SPREADSHEET_ML

const int SPREADSHEET_ML
Represents an Excel 2003 xml file.

XLSB

const int XLSB
Represents an xlsb file.

AUTO

const 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

const int UNKNOWN
Represents unrecognized format, cannot be saved.

PDF

const int PDF
Represents a Pdf file.

XPS

const int XPS
Represents an XPS file.

TIFF

const int TIFF
Represents an TIFF file.

SVG

const int SVG
Represents an SVG file.

DIF

const int DIF
Data Interchange Format.

NUMBERS

const int NUMBERS
Represents a numbers file.

MARKDOWN

const int MARKDOWN
Represents markdown document.

FODS

const int FODS
Represents the flat ods file.

SXC

const int SXC
Represents StarOffice Calc Spreadsheet (.sxc) file format.

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