asposecells.api
Class LoadFormat

Utility class containing constants. Represents the load file format.

Field Summary
const  intAUTO
           Represents recognizing the format automatically.
const  intCSV
           Represents a CSV file.
const  intXLSX
           Represents Office Open XML spreadsheetML workbook or template, with or without macros.
const  intTSV
           Represents a TSV(tab-separated values file) 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
           Represents a 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  intNUMBERS
           Represents a numbers file.
const  intFODS
           Represents the flat ods file.
const  intSXC
           Represents StarOffice Calc Spreadsheet (.sxc) file format.
const  intUNKNOWN
           Represents unrecognized format, cannot be loaded.
 

Field Detail

AUTO

const int AUTO
Represents recognizing the format automatically.

CSV

const int CSV
Represents a CSV file.

XLSX

const int XLSX
Represents Office Open XML spreadsheetML workbook or template, with or without macros.

TSV

const int TSV
Represents a TSV(tab-separated values file) 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
Represents a 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.

NUMBERS

const int NUMBERS
Represents a numbers file.

FODS

const int FODS
Represents the flat ods file.

SXC

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

UNKNOWN

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