|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SSTRecord | |
---|---|
org.apache.poi.hssf.eventusermodel | HSSF eventmodel Package provides an event-based API for reading HSSF files. |
org.apache.poi.hssf.model | Provides low level API structures for reading, writing, modifying XLS files. |
Uses of SSTRecord in org.apache.poi.hssf.eventusermodel |
---|
Methods in org.apache.poi.hssf.eventusermodel that return SSTRecord | |
---|---|
SSTRecord |
EventWorkbookBuilder.SheetRecordCollectingListener.getSSTRecord()
|
Methods in org.apache.poi.hssf.eventusermodel with parameters of type SSTRecord | |
---|---|
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 SSTRecord in org.apache.poi.hssf.model |
---|
Fields in org.apache.poi.hssf.model declared as SSTRecord | |
---|---|
protected SSTRecord |
InternalWorkbook.sst
this contains a reference to the SSTRecord so that new stings can be added to it. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |