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 SupBookRecordSupBookRecord. copy()static SupBookRecordSupBookRecord. createAddInFunctions()static SupBookRecordSupBookRecord. createExternalReferences(String url, String[] sheetNames)static SupBookRecordSupBookRecord. createInternalReferences(short numberOfSheets)Constructors in org.apache.poi.hssf.record with parameters of type SupBookRecord Constructor Description SupBookRecord(SupBookRecord other)
-