Package | Description |
---|---|
org.zkoss.poi.hssf.model |
Provides low level API structures for reading, writing, modifying XLS files.
|
org.zkoss.poi.hssf.record.aggregates |
record aggregates are not real "records" but collections of records that act as a single record.
|
org.zkoss.poi.hssf.usermodel |
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
Related Documentation
For overviews, tutorials, examples, guides, and tool documentation, please see:
Apache POI Project
|
Modifier and Type | Method and Description |
---|---|
InternalSheet |
InternalSheet.cloneSheet()
Clones the low level records of this sheet and returns the new sheet instance.
|
static InternalSheet |
InternalSheet.createSheet()
Creates a sheet with all the usual records minus values and the "index"
record (not required).
|
static InternalSheet |
InternalSheet.createSheet(RecordStream rs)
read support (offset used as starting point for search) for low level
API.
|
Modifier and Type | Method and Description |
---|---|
void |
InternalWorkbook.cloneDrawings(InternalSheet sheet)
Check if the cloned sheet has drawings.
|
Constructor and Description |
---|
WorksheetProtectionBlock(InternalSheet sheet)
Creates an empty WorksheetProtectionBlock
|
Modifier and Type | Method and Description |
---|---|
InternalSheet |
HSSFSheetHelper.getInternalSheet() |
protected InternalSheet |
HSSFSheet.getSheet()
used internally in the API to get the low level Sheet record represented by this
Object.
|
Modifier and Type | Method and Description |
---|---|
protected HSSFSheet |
HSSFWorkbook.createHSSFSheet(HSSFWorkbook workbook,
InternalSheet sheet) |
Constructor and Description |
---|
HSSFSheet(HSSFWorkbook workbook,
InternalSheet sheet)
Creates an HSSFSheet representing the given Sheet object.
|
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.