public final class GridLoadFormat
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
AUTO
Represents recognizing the format automatically.
|
static int |
CSV
Represents Comma-Separated Values(CSV) text file.
|
static int |
EXCEL_97_TO_2003
Represents Excel97-2003 xls file.
|
static int |
FODS
Represents OpenDocument Flat XML Spreadsheet (.fods) file format.
|
static int |
HTML
Represents html file.
|
static int |
M_HTML
Represents mhtml file.
|
static int |
NUMBERS
Represents numbers file.
|
static int |
ODS
Represents Open Document Sheet(ODS) file.
|
static int |
SPREADSHEET_ML
Represents Excel 2003 xml file.
|
static int |
SXC
Represents StarOffice Calc Spreadsheet (.sxc) file format.
|
static int |
TAB_DELIMITED
Represents tab delimited text file, same with
TSV. |
static int |
TSV
Represents TSV(tab-separated values file) file.
|
static int |
UNKNOWN
Represents unrecognized format, cannot be loaded.
|
static int |
XLSB
Represents xlsb file.
|
static int |
XLSX
Represents Office Open XML spreadsheetML workbook or template, with or without macros.
|
public static final int AUTO
public static final int CSV
public static final int XLSX
public static final int TSV
public static final int TAB_DELIMITED
TSV.public static final int HTML
public static final int M_HTML
public static final int ODS
public static final int EXCEL_97_TO_2003
public static final int SPREADSHEET_ML
public static final int XLSB
public static final int NUMBERS
public static final int FODS
public static final int SXC
public static final int UNKNOWN
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2003-2025. All Rights Reserved.