public final class LoadFormat
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
AUTO
Represents recognizing the format automatically.
|
static int |
AZW_3
Represents an AZW3 file.
|
static int |
CHM
Represents a CHM file.
|
static int |
CSV
Comma-Separated Values(CSV) text file.
|
static int |
DBF
Xbase Data file
|
static int |
DIF
Data Interchange Format.
|
static int |
EPUB
Reprents an EPUB file.
|
static int |
EXCEL_97_TO_2003
Represents an Excel97-2003 xls file.
|
static int |
FODS
Represents OpenDocument Flat XML Spreadsheet (.fods) file format.
|
static int |
HTML
Represents a html file.
|
static int |
IMAGE
Image
|
static int |
JSON
Json
|
static int |
M_HTML
Represents a mhtml file.
|
static int |
MARKDOWN
Represents a Markdown file.
|
static int |
NUMBERS
Represents a numbers file.
|
static int |
ODS
Open Document Sheet(ODS) file.
|
static int |
OTS
Open Document Template Sheet(OTS) file.
|
static int |
SPREADSHEET_ML
Represents an Excel 2003 xml file.
|
static int |
SXC
Represents StarOffice Calc Spreadsheet (.sxc) file format.
|
static int |
TAB_DELIMITED
Represents a tab delimited text file, same with
TSV. |
static int |
TSV
Tab-Separated Values(TSV) text file.
|
static int |
UNKNOWN
Represents unrecognized format, cannot be loaded.
|
static int |
XLSB
Represents an xlsb file.
|
static int |
XLSX
Represents Office Open XML spreadsheetML workbook or template, with or without macros.
|
static int |
XML
Represents a simple xml file.
|
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 OTS
public static final int NUMBERS
public static final int FODS
public static final int SXC
public static final int XML
public static final int EPUB
public static final int AZW_3
public static final int CHM
public static final int MARKDOWN
public static final int UNKNOWN
public static final int IMAGE
public static final int JSON
public static final int DIF
public static final int DBF
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.