public enum StiExcelType extends java.lang.Enum<StiExcelType>
| Enum Constant and Description |
|---|
Excel2007
Excel format starts from Office 2007.
|
ExcelBinary
Excel format from Office 97 to Office 2003.
|
ExcelXml
Xml Excel format starts from Office 2003.
|
| Modifier and Type | Method and Description |
|---|---|
static StiExcelType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StiExcelType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StiExcelType ExcelBinary
public static final StiExcelType ExcelXml
public static final StiExcelType Excel2007
public static StiExcelType[] values()
for (StiExcelType c : StiExcelType.values()) System.out.println(c);
public static StiExcelType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2019 Stimulsoft. All Rights Reserved.