asposecells.api

Class SaveFormat

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

Field Summary
const  intCSV
Comma-Separated Values(CSV) text 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
Tab-Separated Values(TSV) text 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
Open Document Sheet(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
XPS (XML Paper Specification) format.
const  intTIFF
Represents a TIFF file.
const  intSVG
SVG file.
const  intDIF
Data Interchange Format.
const  intOTS
Open Document Template Sheet(OTS) file.
const  intXLT
Excel 97-2003 template file.
const  intXML
Represents a simple xml file.
const  intNUMBERS
Represents a numbers file.
const  intMARKDOWN
Represents markdown document.
const  intFODS
Represents OpenDocument Flat XML Spreadsheet (.fods) file format.
const  intSXC
Represents StarOffice Calc Spreadsheet (.sxc) file format.
const  intPPTX
Represents .pptx file.
const  intDOCX
Represents .docx file.
const  intEMF
Windows Enhanced Metafile.
const  intJPG
JPEG JFIF.
const  intPNG
Portable Network Graphics.
const  intBMP
Windows Bitmap
const  intGIF
Gif
const  intJSON
Json
const  intSQL_SCRIPT
Sql
const  intX_HTML
Rrepesents XHtml file.
const  intEPUB
Represents Epub file.
 

    • Field Detail

      • CSV

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

        const int TIFF
        Represents a TIFF file.
      • SVG

        const int SVG
        SVG file.
      • DIF

        const int DIF
        Data Interchange Format.
      • OTS

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

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

        const int XML
        Represents a simple xml file.
      • NUMBERS

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

        const int MARKDOWN
        Represents markdown document.
      • FODS

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

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

        const int PPTX
        Represents .pptx file.
      • DOCX

        const int DOCX
        Represents .docx file.
      • EMF

        const int EMF
        Windows Enhanced Metafile.
      • JPG

        const int JPG
        JPEG JFIF.
      • PNG

        const int PNG
        Portable Network Graphics.
      • BMP

        const int BMP
        Windows Bitmap
      • GIF

        const int GIF
        Gif
      • JSON

        const int JSON
        Json
      • SQL_SCRIPT

        const int SQL_SCRIPT
        Sql
      • X_HTML

        const int X_HTML
        Rrepesents XHtml file.
      • EPUB

        const int EPUB
        Represents Epub file.