Uses of Class
org.apache.poi.xssf.usermodel.XSSFWorkbookType
-
Packages that use XSSFWorkbookType Package Description org.apache.poi.xssf.usermodel -
-
Uses of XSSFWorkbookType in org.apache.poi.xssf.usermodel
Methods in org.apache.poi.xssf.usermodel that return XSSFWorkbookType Modifier and Type Method 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.Methods in org.apache.poi.xssf.usermodel with parameters of type XSSFWorkbookType Modifier and Type Method Description protected static OPCPackage
XSSFWorkbook. newPackage(XSSFWorkbookType workbookType)
Create a new SpreadsheetML package and setup the default minimal contentvoid
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 Constructor Description XSSFWorkbook(XSSFWorkbookType workbookType)
Create a new SpreadsheetML workbook.
-