aspose.cells
Class LoadFormat

Utility class containing constants. Represents the load file format.

Field Summary
const  NumberAUTO
           Represents recognizing the format automatically.
const  NumberCSV
           Represents a CSV file.
const  NumberXLSX
           Represents Office Open XML spreadsheetML workbook or template, with or without 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  NumberNUMBERS
           Represents a numbers file.
const  NumberFODS
           Represents the flat ods file.
const  NumberSXC
           Represents StarOffice Calc Spreadsheet (.sxc) file format.
const  NumberUNKNOWN
           Represents unrecognized format, cannot be loaded.
 

Field Detail

AUTO

const Number AUTO
Represents recognizing the format automatically.

CSV

const Number CSV
Represents a CSV file.

XLSX

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

NUMBERS

const Number NUMBERS
Represents a numbers file.

FODS

const Number FODS
Represents the flat ods file.

SXC

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

UNKNOWN

const Number UNKNOWN
Represents unrecognized format, cannot be loaded.

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