Uses of Class
org.apache.poi.hssf.record.SupBookRecord
-
Packages that use SupBookRecord Package Description org.apache.poi.hssf.record Record package contains class representations for XLS binary strutures. -
-
Uses of SupBookRecord in org.apache.poi.hssf.record
Methods in org.apache.poi.hssf.record that return SupBookRecord Modifier and Type Method Description SupBookRecord
SupBookRecord. copy()
static SupBookRecord
SupBookRecord. createAddInFunctions()
static SupBookRecord
SupBookRecord. createExternalReferences(String url, String[] sheetNames)
static SupBookRecord
SupBookRecord. createInternalReferences(short numberOfSheets)
Constructors in org.apache.poi.hssf.record with parameters of type SupBookRecord Constructor Description SupBookRecord(SupBookRecord other)
-