| Package | Description |
|---|---|
| org.apache.poi.hssf.usermodel |
The usermodel package maps HSSF low level structures to familiar workbook/sheet model
|
| org.apache.poi.hssf.usermodel.helpers |
| Modifier and Type | Method and Description |
|---|---|
HSSFRow |
HSSFSheet.createRow(int rownum)
Create a new row within the sheet and return the high level representation
|
HSSFRow |
HSSFCell.getRow()
Returns the HSSFRow this cell belongs to
|
HSSFRow |
HSSFSheet.getRow(int rowIndex)
Returns the logical row (not physical) 0-based.
|
| Modifier and Type | Method and Description |
|---|---|
int |
HSSFRow.compareTo(HSSFRow other)
Compares two
HSSFRow objects. |
| Modifier and Type | Method and Description |
|---|---|
void |
HSSFRowShifter.updateRowFormulas(HSSFRow row,
FormulaShifter formulaShifter)
Update the formulas in specified row using the formula shifting policy specified by shifter
|