public final class SpreadsheetFormat
extends com.aspose.ms.System.Enum
Defines various spreadsheet subformats.
Modifier and Type | Field and Description |
---|---|
static int |
Ods
Represents the Opendocument Spreadsheet format.
|
static int |
Unknown
The format is not recognized.
|
static int |
Xls
Represents the .XLS Excel format.
|
static int |
Xlsb
Represents the .XLSB Excel format.
|
static int |
Xlsm
Represents the .XLSM Excel format.
|
static int |
Xlsx
Represents the .XLSX Excel format.
|
static int |
Xlt
Represents the .XLT Excel format.
|
static int |
Xltm
Represents the .XLTM Excel format.
|
static int |
Xltx
Represents the .XLTX Excel format.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int Unknown
The format is not recognized.
public static final int Xls
Represents the .XLS Excel format.
public static final int Xlsb
Represents the .XLSB Excel format.
public static final int Xlsx
Represents the .XLSX Excel format.
public static final int Xlsm
Represents the .XLSM Excel format.
public static final int Xltx
Represents the .XLTX Excel format.
public static final int Xltm
Represents the .XLTM Excel format.
public static final int Ods
Represents the Opendocument Spreadsheet format.
public static final int Xlt
Represents the .XLT Excel format.
Copyright © 2020. All rights reserved.