com.aspose.cells
Class LoadFormat

java.lang.Object
    extended by com.aspose.cells.LoadFormat

public class LoadFormat 
extends java.lang.Object

Utility class containing constants. Represents the load file format.


Field Summary
static final intAUTO
           Represents recognizing the format automatically.
static final intCSV
           Comma-Separated Values(CSV) text file.
static final intXLSX
           Represents Office Open XML spreadsheetML workbook or template, with or without macros.
static final intTSV
           Tab-Separated Values(TSV) text file.
static final intTAB_DELIMITED
           Represents a tab delimited text file, same with TSV.
static final intHTML
           Represents a html file.
static final intM_HTML
           Represents a mhtml file.
static final intODS
           Open Document Sheet(ODS) file.
static final intEXCEL_97_TO_2003
           Represents an Excel97-2003 xls file.
static final intSPREADSHEET_ML
           Represents an Excel 2003 xml file.
static final intXLSB
           Represents an xlsb file.
static final intOTS
           Open Document Template Sheet(OTS) file.
static final intNUMBERS
           Represents a numbers file.
static final intFODS
           Represents OpenDocument Flat XML Spreadsheet (.fods) file format.
static final intSXC
           Represents StarOffice Calc Spreadsheet (.sxc) file format.
static final intXML
           Represents a simple xml file.
static final intUNKNOWN
           Represents unrecognized format, cannot be loaded.
static final intIMAGE
           Image
static final intJSON
           Json
 

Field Detail

AUTO

public static final int AUTO
Represents recognizing the format automatically.

CSV

public static final int CSV
Comma-Separated Values(CSV) text file.

XLSX

public static final int XLSX
Represents Office Open XML spreadsheetML workbook or template, with or without macros.

TSV

public static final int TSV
Tab-Separated Values(TSV) text file.

TAB_DELIMITED

public static final int TAB_DELIMITED
Represents a tab delimited text file, same with TSV.

HTML

public static final int HTML
Represents a html file.

M_HTML

public static final int M_HTML
Represents a mhtml file.

ODS

public static final int ODS
Open Document Sheet(ODS) file.

EXCEL_97_TO_2003

public static final int EXCEL_97_TO_2003
Represents an Excel97-2003 xls file.

SPREADSHEET_ML

public static final int SPREADSHEET_ML
Represents an Excel 2003 xml file.

XLSB

public static final int XLSB
Represents an xlsb file.

OTS

public static final int OTS
Open Document Template Sheet(OTS) file.

NUMBERS

public static final int NUMBERS
Represents a numbers file.

FODS

public static final int FODS
Represents OpenDocument Flat XML Spreadsheet (.fods) file format.

SXC

public static final int SXC
Represents StarOffice Calc Spreadsheet (.sxc) file format.

XML

public static final int XML
Represents a simple xml file.

UNKNOWN

public static final int UNKNOWN
Represents unrecognized format, cannot be loaded.

IMAGE

public static final int IMAGE
Image

JSON

public static final int JSON
Json

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