Uses of Class
org.apache.poi.hssf.record.ExternSheetRecord

Packages that use ExternSheetRecord
org.apache.poi.hssf.eventusermodel HSSF eventmodel Package provides an event-based API for reading HSSF files. 
 

Uses of ExternSheetRecord in org.apache.poi.hssf.eventusermodel
 

Methods in org.apache.poi.hssf.eventusermodel that return ExternSheetRecord
 ExternSheetRecord[] EventWorkbookBuilder.SheetRecordCollectingListener.getExternSheetRecords()
           
 

Methods in org.apache.poi.hssf.eventusermodel with parameters of type ExternSheetRecord
static Workbook EventWorkbookBuilder.createStubWorkbook(ExternSheetRecord[] externs, BoundSheetRecord[] bounds)
          Creates a stub workbook from the supplied records, suitable for use with the FormulaParser
static Workbook EventWorkbookBuilder.createStubWorkbook(ExternSheetRecord[] externs, BoundSheetRecord[] bounds, SSTRecord sst)
          Creates a stub Workbook from the supplied records, suitable for use with the FormulaParser
 



Copyright 2008 The Apache Software Foundation or its licensors, as applicable.