Package | Description |
---|---|
org.apache.poi.xssf.usermodel |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
XSSFWorkbook(XSSFWorkbookType workbookType)
Create a new SpreadsheetML workbook.
|
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.