public static enum WorkbookProvider.WORKBOOK_FORMAT extends Enum<WorkbookProvider.WORKBOOK_FORMAT>
| Enum Constant and Description |
|---|
XLS
Old school Excel format.
|
XLSX
Excel format 2007 onwards.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getMimeType()
Gets the mimeType value.
|
String |
getSuffix()
Gets the suffix value.
|
static WorkbookProvider.WORKBOOK_FORMAT |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WorkbookProvider.WORKBOOK_FORMAT[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WorkbookProvider.WORKBOOK_FORMAT XLS
public static final WorkbookProvider.WORKBOOK_FORMAT XLSX
public static WorkbookProvider.WORKBOOK_FORMAT[] values()
for (WorkbookProvider.WORKBOOK_FORMAT c : WorkbookProvider.WORKBOOK_FORMAT.values()) System.out.println(c);
public static WorkbookProvider.WORKBOOK_FORMAT valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getSuffix()
public String getMimeType()
Copyright © 2006–2020 Esito AS. All rights reserved.