|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Sheet | |
---|---|
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 |
Uses of Sheet in org.apache.poi.hssf.model |
---|
Methods in org.apache.poi.hssf.model that return Sheet | |
---|---|
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. |
Methods in org.apache.poi.hssf.model with parameters of type Sheet | |
---|---|
void |
Workbook.cloneDrawings(Sheet sheet)
Check if the cloned sheet has drawings. |
Uses of Sheet in org.apache.poi.hssf.usermodel |
---|
Methods in org.apache.poi.hssf.usermodel that return Sheet | |
---|---|
protected Sheet |
HSSFSheet.getSheet()
used internally in the API to get the low level Sheet record represented by this Object. |
Methods in org.apache.poi.hssf.usermodel with parameters of type Sheet | |
---|---|
protected static HSSFComment |
HSSFCell.findCellComment(Sheet sheet,
int row,
int column)
Cell comment finder. |
Constructors in org.apache.poi.hssf.usermodel with parameters of type Sheet | |
---|---|
HSSFSheet(HSSFWorkbook workbook,
Sheet sheet)
Creates an HSSFSheet representing the given Sheet object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |