aspose.cells
Class SaveFormat

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

Field Summary
const  NumberCSV
           Represents a CSV file.
const  NumberXLSX
           Represents an xlsx file.
const  NumberXLSM
           Represents an xlsm file which enable macros.
const  NumberXLTX
           Represents an xltx file.
const  NumberXLTM
           Represents an xltm file which enable macros.
const  NumberXLAM
           Represents an xltm file which enable addin macros.
const  NumberTSV
           Represents a TSV(tab-separated values file) file.
const  NumberTAB_DELIMITED
           Represents a tab delimited text file, same with TSV.
const  NumberHTML
           Represents a html file.
const  NumberM_HTML
           Represents a mhtml file.
const  NumberODS
           Represents a ods file.
const  NumberEXCEL_97_TO_2003
           Represents an Excel97-2003 xls file.
const  NumberSPREADSHEET_ML
           Represents an Excel 2003 xml file.
const  NumberXLSB
           Represents an xlsb file.
const  NumberAUTO
           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  NumberUNKNOWN
           Represents unrecognized format, cannot be saved.
const  NumberPDF
           Represents a Pdf file.
const  NumberXPS
           Represents an XPS file.
const  NumberTIFF
           Represents an TIFF file.
const  NumberSVG
           Represents an SVG file.
const  NumberDIF
           Data Interchange Format.
const  NumberNUMBERS
           Represents a numbers file.
const  NumberMARKDOWN
           Represents markdown document.
const  NumberFODS
           Represents the flat ods file.
const  NumberSXC
           Represents StarOffice Calc Spreadsheet (.sxc) file format.
 

Field Detail

CSV

const Number CSV
Represents a CSV file.

XLSX

const Number XLSX
Represents an xlsx file.

XLSM

const Number XLSM
Represents an xlsm file which enable macros.

XLTX

const Number XLTX
Represents an xltx file.

XLTM

const Number XLTM
Represents an xltm file which enable macros.

XLAM

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

TSV

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

TAB_DELIMITED

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

HTML

const Number HTML
Represents a html file.

M_HTML

const Number M_HTML
Represents a mhtml file.

ODS

const Number ODS
Represents a ods file.

EXCEL_97_TO_2003

const Number EXCEL_97_TO_2003
Represents an Excel97-2003 xls file.

SPREADSHEET_ML

const Number SPREADSHEET_ML
Represents an Excel 2003 xml file.

XLSB

const Number XLSB
Represents an xlsb file.

AUTO

const Number 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 Number UNKNOWN
Represents unrecognized format, cannot be saved.

PDF

const Number PDF
Represents a Pdf file.

XPS

const Number XPS
Represents an XPS file.

TIFF

const Number TIFF
Represents an TIFF file.

SVG

const Number SVG
Represents an SVG file.

DIF

const Number DIF
Data Interchange Format.

NUMBERS

const Number NUMBERS
Represents a numbers file.

MARKDOWN

const Number MARKDOWN
Represents markdown document.

FODS

const Number FODS
Represents the flat ods file.

SXC

const Number 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.