Package | Description |
---|---|
org.apache.poi.hssf.model |
Provides low level API structures for reading, writing, modifying XLS files.
|
org.apache.poi.hssf.usermodel |
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
|
Modifier and Type | Method and Description |
---|---|
Sheet |
Sheet.cloneSheet()
Clones the low level records of this sheet and returns the new sheet instance.
|
static Sheet |
Sheet.createSheet()
Creates a sheet with all the usual records minus values and the "index"
record (not required).
|
static Sheet |
Sheet.createSheet(RecordStream rs)
read support (offset used as starting point for search) for low level
API.
|
Modifier and Type | Method and Description |
---|---|
void |
Workbook.cloneDrawings(Sheet sheet)
Check if the cloned sheet has drawings.
|
Modifier and Type | Method and Description |
---|---|
protected static HSSFComment |
HSSFCell.findCellComment(Sheet sheet,
int row,
int column)
Cell comment finder.
|
Constructor and Description |
---|
HSSFSheet(HSSFWorkbook workbook,
Sheet sheet)
Creates an HSSFSheet representing the given Sheet object.
|
Copyright 2016 The Apache Software Foundation or its licensors, as applicable.