|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XSSFWorkbookType | |
|---|---|
| org.apache.poi.xssf.usermodel | |
| Uses of XSSFWorkbookType in org.apache.poi.xssf.usermodel |
|---|
| Methods in org.apache.poi.xssf.usermodel that return XSSFWorkbookType | |
|---|---|
XSSFWorkbookType |
XSSFWorkbook.getWorkbookType()
|
static XSSFWorkbookType |
XSSFWorkbookType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static XSSFWorkbookType[] |
XSSFWorkbookType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.apache.poi.xssf.usermodel with parameters of type XSSFWorkbookType | |
|---|---|
protected static OPCPackage |
XSSFWorkbook.newPackage(XSSFWorkbookType workbookType)
Create a new SpreadsheetML package and setup the default minimal content |
void |
XSSFWorkbook.setWorkbookType(XSSFWorkbookType type)
Sets whether the workbook will be an .xlsx or .xlsm (macro-enabled) file. |
| Constructors in org.apache.poi.xssf.usermodel with parameters of type XSSFWorkbookType | |
|---|---|
XSSFWorkbook(XSSFWorkbookType workbookType)
Create a new SpreadsheetML workbook. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||