Uses of Class
loci.poi.hssf.record.ExternSheetRecord
-
Packages that use ExternSheetRecord Package Description loci.poi.hssf.model Provides low level API structures for reading, writing, modifying XLS files. -
-
Uses of ExternSheetRecord in loci.poi.hssf.model
Fields in loci.poi.hssf.model declared as ExternSheetRecord Modifier and Type Field Description protected ExternSheetRecord
Workbook. externSheet
Holds the Extern Sheet with references to bound sheetsMethods in loci.poi.hssf.model that return ExternSheetRecord Modifier and Type Method Description protected ExternSheetRecord
Workbook. createExternSheet()
creates a new extern sheet record
-