| Package | Description |
|---|---|
| org.zkoss.poi.xssf.usermodel |
| Modifier and Type | Method and Description |
|---|---|
XSSFRow |
XSSFSheet.createRow(int rownum)
Create a new row within the sheet and return the high level representation
|
XSSFRow |
XSSFDialogsheet.createRow(int rowNum) |
XSSFRow |
XSSFCell.getRow()
Returns the row this cell belongs to
|
XSSFRow |
XSSFSheet.getRow(int rownum)
Returns the logical row ( 0-based).
|
| Modifier and Type | Method and Description |
|---|---|
protected TreeMap<Integer,XSSFRow> |
XSSFSheet.getRows() |
| Modifier and Type | Method and Description |
|---|---|
int |
XSSFRow.compareTo(XSSFRow row)
Compares two
XSSFRow objects. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
XSSFSheet.setRows(TreeMap<Integer,XSSFRow> rows) |
| Constructor and Description |
|---|
XSSFCell(XSSFRow row,
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCell cell)
Construct a XSSFCell.
|
Copyright © 2020. All rights reserved.