Package | Description |
---|---|
loci.poi.hssf.usermodel |
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
|
Modifier and Type | Method and Description |
---|---|
HSSFRow |
HSSFSheet.createRow(int rownum)
Create a new row within the sheet and return the high level representation
|
private HSSFRow |
HSSFSheet.createRowFromRecord(RowRecord row)
Used internally to create a high level Row object from a low level row object.
|
HSSFRow |
HSSFSheet.getRow(int rownum)
Returns the logical row (not physical) 0-based.
|
Modifier and Type | Method and Description |
---|---|
private void |
HSSFSheet.addRow(HSSFRow row,
boolean addLow)
add a row to the sheet
|
void |
HSSFSheet.removeRow(HSSFRow row)
Remove a row from this sheet.
|
Copyright © 2016 Open Microscopy Environment