bad.robot.excel.workbook
Enum WorkbookType
java.lang.Object
java.lang.Enum<WorkbookType>
bad.robot.excel.workbook.WorkbookType
- All Implemented Interfaces:
- Serializable, Comparable<WorkbookType>
public enum WorkbookType
- extends Enum<WorkbookType>
XLS
public static final WorkbookType XLS
XML
public static final WorkbookType XML
values
public static WorkbookType[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (WorkbookType c : WorkbookType.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static WorkbookType valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
create
public abstract org.apache.poi.ss.usermodel.Workbook create()
getDescription
public String getDescription()
Copyright © 2013. All Rights Reserved.