Uses of Enum Class
org.apache.poi.xssf.usermodel.XSSFWorkbookType
Packages that use XSSFWorkbookType
-
Uses of XSSFWorkbookType in org.apache.poi.xssf.usermodel
Methods in org.apache.poi.xssf.usermodel that return XSSFWorkbookTypeModifier and TypeMethodDescriptionXSSFWorkbook.getWorkbookType()static XSSFWorkbookTypeReturns the enum constant of this class with the specified name.static XSSFWorkbookType[]XSSFWorkbookType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.poi.xssf.usermodel with parameters of type XSSFWorkbookTypeModifier and TypeMethodDescriptionprotected static OPCPackageXSSFWorkbook.newPackage(XSSFWorkbookType workbookType) Create a new SpreadsheetML package and setup the default minimal contentvoidXSSFWorkbook.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 XSSFWorkbookTypeModifierConstructorDescriptionXSSFWorkbook(XSSFWorkbookType workbookType) Create a new SpreadsheetML workbook.