Package | Description |
---|---|
org.zkoss.poi.hssf.eventusermodel |
HSSF eventmodel Package provides an event-based API for reading HSSF files.
|
org.zkoss.poi.hssf.model |
Provides low level API structures for reading, writing, modifying XLS files.
|
Modifier and Type | Method and Description |
---|---|
SSTRecord |
EventWorkbookBuilder.SheetRecordCollectingListener.getSSTRecord() |
Modifier and Type | Method and Description |
---|---|
static InternalWorkbook |
EventWorkbookBuilder.createStubWorkbook(ExternSheetRecord[] externs,
BoundSheetRecord[] bounds,
SSTRecord sst)
Creates a stub Workbook from the supplied records,
suitable for use with the
HSSFFormulaParser |
Modifier and Type | Field and Description |
---|---|
protected SSTRecord |
InternalWorkbook.sst
this contains a reference to the SSTRecord so that new stings can be added
to it.
|
Copyright © 2020. All rights reserved.