GridSaveFormat

Inheritance: java.lang.Object

public final class GridSaveFormat

Enumerates supported file format types.

Fields

FieldDescription
CSVCSV
DIFData Interchange Format.
EXCEL_2003Excel 2003, Excel97-2003 xls file.
EXCEL_2007Excel 2007 Represents an xlsx file
HTMLRepresents a html file.
MHTMLRepresents a mhtml file.
ODSRepresents a ods file.
PDFRepresents a pdf file.
SPREADSHEET_MLSpreadsheetML,Represents an Excel 2003 xml file.
SVGRepresents a SVG file.
TABDELIMITEDRepresents a tab delimited text file,txt file.
TIFFRepresents a TIFF file.
XLSBRepresents a XLSB file.
XLSMExcel 2007 xlsm file which enable macros
XLTMRepresents an Xltx file which enable macros.
XLTXExcel Template file
XPSRepresents a XPS file.

Methods

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

CSV

public static final int CSV

CSV

DIF

public static final int DIF

Data Interchange Format.

EXCEL_2003

public static final int EXCEL_2003

Excel 2003, Excel97-2003 xls file.

EXCEL_2007

public static final int EXCEL_2007

Excel 2007 Represents an xlsx file

HTML

public static final int HTML

Represents a html file.

MHTML

public static final int MHTML

Represents a mhtml file.

ODS

public static final int ODS

Represents a ods file.

PDF

public static final int PDF

Represents a pdf file.

SPREADSHEET_ML

public static final int SPREADSHEET_ML

SpreadsheetML,Represents an Excel 2003 xml file.

SVG

public static final int SVG

Represents a SVG file.

TABDELIMITED

public static final int TABDELIMITED

Represents a tab delimited text file,txt file.

TIFF

public static final int TIFF

Represents a TIFF file.

XLSB

public static final int XLSB

Represents a XLSB file.

XLSM

public static final int XLSM

Excel 2007 xlsm file which enable macros

XLTM

public static final int XLTM

Represents an Xltx file which enable macros.

XLTX

public static final int XLTX

Excel Template file

XPS

public static final int XPS

Represents a XPS file.

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