public final class CellFormats
extends com.aspose.ms.System.Enum
Indicates the format of the Excel-compatible document in which the workbook, opened from HTML, is saved.
Modifier and Type | Field and Description |
---|---|
static byte |
Csv
CSV (Comma Separated Value) format
|
static byte |
Ods
ODS (OpenDocument Spreadsheet)
|
static byte |
SpreadsheetML
Excel 2003 XML format
|
static byte |
TabDelimited
Tab delimited text file
|
static byte |
Xls
Excel97-2003 XLS
|
static byte |
Xlsb
XLSB (binary)
|
static byte |
Xlsm
XLSM format which enable macros
|
static byte |
Xlsx
XLSX
|
static byte |
Xltm
XLTM format which enable macros
|
static byte |
Xltx
XLTX
|
public static final byte Csv
CSV (Comma Separated Value) format
public static final byte Ods
ODS (OpenDocument Spreadsheet)
public static final byte SpreadsheetML
Excel 2003 XML format
public static final byte TabDelimited
Tab delimited text file
public static final byte Xls
Excel97-2003 XLS
public static final byte Xlsb
XLSB (binary)
public static final byte Xlsm
XLSM format which enable macros
public static final byte Xlsx
XLSX
public static final byte Xltm
XLTM format which enable macros
public static final byte Xltx
XLTX
Copyright © 2018. All rights reserved.