java.lang.Objectcom.aspose.cells.LoadFormat
public class LoadFormat
Field Summary | ||
---|---|---|
static final int | AUTO | |
Represents recognizing the format automatically. | ||
static final int | CSV | |
Represents a CSV file. | ||
static final int | XLSX | |
Represents Office Open XML spreadsheetML workbook or template, with or without macros. | ||
static final int | TAB_DELIMITED | |
Represents a tab delimited text file. | ||
static final int | HTML | |
Represents a html file. | ||
static final int | M_HTML | |
Represents a mhtml file. | ||
static final int | ODS | |
Represents a ods file. | ||
static final int | EXCEL_97_TO_2003 | |
Represents an Excel97-2003 xls file. | ||
static final int | SPREADSHEET_ML | |
Represents an Excel 2003 xml file. | ||
static final int | XLSB | |
Represents an xlsb file. | ||
static final int | UNKNOWN | |
Represents unrecognized format, cannot be loaded. |
Field Detail |
---|
AUTO | |
public static final int AUTO |
CSV | |
public static final int CSV |
XLSX | |
public static final int XLSX |
TAB_DELIMITED | |
public static final int TAB_DELIMITED |
HTML | |
public static final int HTML |
M_HTML | |
public static final int M_HTML |
ODS | |
public static final int ODS |
EXCEL_97_TO_2003 | |
public static final int EXCEL_97_TO_2003 |
SPREADSHEET_ML | |
public static final int SPREADSHEET_ML |
XLSB | |
public static final int XLSB |
UNKNOWN | |
public static final int UNKNOWN |