Uses of Class
org.apache.poi.hssf.record.SSTRecord
Packages that use SSTRecord
Package
Description
HSSF eventmodel Package provides an event-based API for reading HSSF files.
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 SSTRecordModifier and TypeMethodDescriptionEventWorkbookBuilder.SheetRecordCollectingListener.getSSTRecord()
Methods in org.apache.poi.hssf.eventusermodel with parameters of type SSTRecordModifier and TypeMethodDescriptionstatic InternalWorkbook
EventWorkbookBuilder.createStubWorkbook
(ExternSheetRecord[] externs, BoundSheetRecord[] bounds, SSTRecord sst) Creates a stub Workbook from the supplied records, suitable for use with theHSSFFormulaParser
-
Uses of SSTRecord in org.apache.poi.hssf.model
Fields in org.apache.poi.hssf.model declared as SSTRecord