aspose.cells

Class SaveFormat

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

Field Summary
const  NumberCSV
Comma-Separated Values(CSV) text 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
Tab-Separated Values(TSV) text 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
Open Document Sheet(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
XPS (XML Paper Specification) format.
const  NumberTIFF
Represents a TIFF file.
const  NumberSVG
SVG file.
const  NumberDIF
Data Interchange Format.
const  NumberOTS
Open Document Template Sheet(OTS) file.
const  NumberXLT
Excel 97-2003 template file.
const  NumberXML
Represents a simple xml file.
const  NumberNUMBERS
Represents a numbers file.
const  NumberMARKDOWN
Represents markdown document.
const  NumberFODS
Represents OpenDocument Flat XML Spreadsheet (.fods) file format.
const  NumberSXC
Represents StarOffice Calc Spreadsheet (.sxc) file format.
const  NumberPPTX
Represents .pptx file.
const  NumberDOCX
Represents .docx file.
const  NumberEMF
Windows Enhanced Metafile.
const  NumberJPG
JPEG JFIF.
const  NumberPNG
Portable Network Graphics.
const  NumberBMP
Windows Bitmap
const  NumberGIF
Gif
const  NumberJSON
Json
const  NumberSQL_SCRIPT
Sql
const  NumberX_HTML
Rrepesents XHtml file.
const  NumberEPUB
Represents Epub file.
 

    • Field Detail

      • CSV

        const Number CSV
        Comma-Separated Values(CSV) text 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
        Tab-Separated Values(TSV) text 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
        Open Document Sheet(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
        XPS (XML Paper Specification) format.
      • TIFF

        const Number TIFF
        Represents a TIFF file.
      • SVG

        const Number SVG
        SVG file.
      • DIF

        const Number DIF
        Data Interchange Format.
      • OTS

        const Number OTS
        Open Document Template Sheet(OTS) file.
      • XLT

        const Number XLT
        Excel 97-2003 template file.
      • XML

        const Number XML
        Represents a simple xml file.
      • NUMBERS

        const Number NUMBERS
        Represents a numbers file. Not supported.
      • MARKDOWN

        const Number MARKDOWN
        Represents markdown document.
      • FODS

        const Number FODS
        Represents OpenDocument Flat XML Spreadsheet (.fods) file format.
      • SXC

        const Number SXC
        Represents StarOffice Calc Spreadsheet (.sxc) file format.
      • PPTX

        const Number PPTX
        Represents .pptx file.
      • DOCX

        const Number DOCX
        Represents .docx file.
      • EMF

        const Number EMF
        Windows Enhanced Metafile.
      • JPG

        const Number JPG
        JPEG JFIF.
      • PNG

        const Number PNG
        Portable Network Graphics.
      • BMP

        const Number BMP
        Windows Bitmap
      • GIF

        const Number GIF
        Gif
      • JSON

        const Number JSON
        Json
      • SQL_SCRIPT

        const Number SQL_SCRIPT
        Sql
      • X_HTML

        const Number X_HTML
        Rrepesents XHtml file.
      • EPUB

        const Number EPUB
        Represents Epub file.