Uses of Class
loci.poi.hssf.record.ExternSheetSubRecord
-
Packages that use ExternSheetSubRecord Package Description loci.poi.hssf.record Record package contains class representations for XLS binary strutures. -
-
Uses of ExternSheetSubRecord in loci.poi.hssf.record
Methods in loci.poi.hssf.record that return ExternSheetSubRecord Modifier and Type Method Description ExternSheetSubRecord
ExternSheetRecord. getREFRecordAt(int elem)
returns the REF record (ExternSheetSubRecord)Methods in loci.poi.hssf.record with parameters of type ExternSheetSubRecord Modifier and Type Method Description void
ExternSheetRecord. addREFRecord(ExternSheetSubRecord rec)
adds REF struct (ExternSheetSubRecord)
-