Uses of Class
org.apache.poi.xssf.binary.XSSFBRecordType
-
Packages that use XSSFBRecordType Package Description org.apache.poi.xssf.binary The org.apache.poi.xssf.binary package includes necessary underlying components for streaming/read-only processing of xlsb files. -
-
Uses of XSSFBRecordType in org.apache.poi.xssf.binary
Methods in org.apache.poi.xssf.binary that return XSSFBRecordType Modifier and Type Method Description static XSSFBRecordType
XSSFBRecordType. lookup(int id)
static XSSFBRecordType
XSSFBRecordType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static XSSFBRecordType[]
XSSFBRecordType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-