GridLoadFormat

Inheritance: java.lang.Object

public final class GridLoadFormat

Represents the load file format.

Fields

FieldDescription
AUTORepresents recognizing the format automatically.
CSVRepresents Comma-Separated Values(CSV) text file.
EXCEL_97_TO_2003Represents Excel97-2003 xls file.
FODSRepresents OpenDocument Flat XML Spreadsheet (.fods) file format.
HTMLRepresents html file.
M_HTMLRepresents mhtml file.
NUMBERSRepresents numbers file.
ODSRepresents Open Document Sheet(ODS) file.
SPREADSHEET_MLRepresents Excel 2003 xml file.
SXCRepresents StarOffice Calc Spreadsheet (.sxc) file format.
TAB_DELIMITEDRepresents tab delimited text file, same with TSV.
TSVRepresents TSV(tab-separated values file) file.
UNKNOWNRepresents unrecognized format, cannot be loaded.
XLSBRepresents xlsb file.
XLSXRepresents Office Open XML spreadsheetML workbook or template, with or without macros.

Methods

MethodDescription
equals(Object arg0)
getClass()
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

AUTO

public static final int AUTO

Represents recognizing the format automatically.

CSV

public static final int CSV

Represents Comma-Separated Values(CSV) text file.

EXCEL_97_TO_2003

public static final int EXCEL_97_TO_2003

Represents Excel97-2003 xls file.

FODS

public static final int FODS

Represents OpenDocument Flat XML Spreadsheet (.fods) file format.

HTML

public static final int HTML

Represents html file.

M_HTML

public static final int M_HTML

Represents mhtml file.

NUMBERS

public static final int NUMBERS

Represents numbers file.

ODS

public static final int ODS

Represents Open Document Sheet(ODS) file.

SPREADSHEET_ML

public static final int SPREADSHEET_ML

Represents Excel 2003 xml file.

SXC

public static final int SXC

Represents StarOffice Calc Spreadsheet (.sxc) file format.

TAB_DELIMITED

public static final int TAB_DELIMITED

Represents tab delimited text file, same with TSV.

TSV

public static final int TSV

Represents TSV(tab-separated values file) file.

UNKNOWN

public static final int UNKNOWN

Represents unrecognized format, cannot be loaded.

XLSB

public static final int XLSB

Represents xlsb file.

XLSX

public static final int XLSX

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

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int