![]() |
||
Home Products Purchase Downloads Demos Forums Blogs Ticket Wiki API Corporate |
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FileFormatType
Enumerates spreadsheet file format types.
Field Summary | |
---|---|
static int |
CSV
Saves as a CSV file. |
static int |
DEFAULT
Saves as an Excel2000 file. |
static int |
EXCEL2000
Saves as an Excel2000 file. |
static int |
EXCEL2003
Saves as an Excel2003 file. |
static int |
EXCEL97
Saves as an Excel97 file. |
static int |
EXCELXP
Saves as an ExcelXP file. |
static int |
HTML
Save as an html file. |
static int |
SPREADSHEETML
Save as an xml spreadsheet file. |
static int |
TAB_DELIMITED
Save as a tab delimited text file. |
Field Detail |
---|
static final int DEFAULT
static final int EXCEL97
static final int EXCEL2000
static final int EXCELXP
static final int EXCEL2003
static final int CSV
static final int TAB_DELIMITED
static final int SPREADSHEETML
static final int HTML
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |