Uses of Class
org.apache.poi.hssf.record.ExternSheetRecord
-
Packages that use ExternSheetRecord Package Description org.apache.poi.hssf.eventusermodel HSSF eventmodel Package provides an event-based API for reading HSSF files.org.apache.poi.hssf.record Record package contains class representations for XLS binary strutures. -
-
Uses of ExternSheetRecord in org.apache.poi.hssf.eventusermodel
Methods in org.apache.poi.hssf.eventusermodel that return ExternSheetRecord Modifier and Type Method Description ExternSheetRecord[]
EventWorkbookBuilder.SheetRecordCollectingListener. getExternSheetRecords()
Methods in org.apache.poi.hssf.eventusermodel with parameters of type ExternSheetRecord Modifier and Type Method Description static InternalWorkbook
EventWorkbookBuilder. createStubWorkbook(ExternSheetRecord[] externs, BoundSheetRecord[] bounds)
Creates a stub workbook from the supplied records, suitable for use with theHSSFFormulaParser
static InternalWorkbook
EventWorkbookBuilder. createStubWorkbook(ExternSheetRecord[] externs, BoundSheetRecord[] bounds, SSTRecord sst)
Creates a stub Workbook from the supplied records, suitable for use with theHSSFFormulaParser
-
Uses of ExternSheetRecord in org.apache.poi.hssf.record
Methods in org.apache.poi.hssf.record that return ExternSheetRecord Modifier and Type Method Description static ExternSheetRecord
ExternSheetRecord. combine(ExternSheetRecord[] esrs)
ExternSheetRecord
ExternSheetRecord. copy()
Methods in org.apache.poi.hssf.record with parameters of type ExternSheetRecord Modifier and Type Method Description static ExternSheetRecord
ExternSheetRecord. combine(ExternSheetRecord[] esrs)
Constructors in org.apache.poi.hssf.record with parameters of type ExternSheetRecord Constructor Description ExternSheetRecord(ExternSheetRecord other)
-