aspose.cells

Class LoadFormat

Utility class containing constants. Represents the load file format.

Field Summary
const  NumberAUTO
Represents recognizing the format automatically.
const  NumberCSV
Comma-Separated Values(CSV) text file.
const  NumberXLSX
Represents Office Open XML spreadsheetML workbook or template, with or without 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  NumberOTS
Open Document Template Sheet(OTS) file.
const  NumberNUMBERS
Represents a numbers file.
const  NumberFODS
Represents OpenDocument Flat XML Spreadsheet (.fods) file format.
const  NumberSXC
Represents StarOffice Calc Spreadsheet (.sxc) file format.
const  NumberXML
Represents a simple xml file.
const  NumberEPUB
Reprents an EPUB file.
const  NumberAZW_3
Represents an AZW3 file.
const  NumberUNKNOWN
Represents unrecognized format, cannot be loaded.
const  NumberIMAGE
Image
const  NumberJSON
Json
 

    • Field Detail

      • AUTO

        const Number AUTO
        Represents recognizing the format automatically.
      • CSV

        const Number CSV
        Comma-Separated Values(CSV) text file.
      • XLSX

        const Number XLSX
        Represents Office Open XML spreadsheetML workbook or template, with or without 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.
      • OTS

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

        const Number NUMBERS
        Represents a numbers file.
      • FODS

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

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

        const Number XML
        Represents a simple xml file.
      • EPUB

        const Number EPUB
        Reprents an EPUB file.
      • AZW_3

        const Number AZW_3
        Represents an AZW3 file.
      • UNKNOWN

        const Number UNKNOWN
        Represents unrecognized format, cannot be loaded.
      • IMAGE

        const Number IMAGE
        Image
      • JSON

        const Number JSON
        Json