|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BoundSheetRecord | |
---|---|
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 BoundSheetRecord in org.apache.poi.hssf.eventusermodel |
---|
Methods in org.apache.poi.hssf.eventusermodel that return BoundSheetRecord | |
---|---|
BoundSheetRecord[] |
EventWorkbookBuilder.SheetRecordCollectingListener.getBoundSheetRecords()
|
Methods in org.apache.poi.hssf.eventusermodel with parameters of type BoundSheetRecord | |
---|---|
static InternalWorkbook |
EventWorkbookBuilder.createStubWorkbook(ExternSheetRecord[] externs,
BoundSheetRecord[] bounds)
Creates a stub workbook from the supplied records, suitable for use with the HSSFFormulaParser |
static InternalWorkbook |
EventWorkbookBuilder.createStubWorkbook(ExternSheetRecord[] externs,
BoundSheetRecord[] bounds,
SSTRecord sst)
Creates a stub Workbook from the supplied records, suitable for use with the HSSFFormulaParser |
Uses of BoundSheetRecord in org.apache.poi.hssf.record |
---|
Methods in org.apache.poi.hssf.record that return BoundSheetRecord | |
---|---|
static BoundSheetRecord[] |
BoundSheetRecord.orderByBofPosition(java.util.List<BoundSheetRecord> boundSheetRecords)
Converts a List of BoundSheetRecord s to an array and sorts by the position of their
BOFs. |
Method parameters in org.apache.poi.hssf.record with type arguments of type BoundSheetRecord | |
---|---|
static BoundSheetRecord[] |
BoundSheetRecord.orderByBofPosition(java.util.List<BoundSheetRecord> boundSheetRecords)
Converts a List of BoundSheetRecord s to an array and sorts by the position of their
BOFs. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |