| Package | Description |
|---|---|
| org.apache.poi.xssf.usermodel |
| Modifier and Type | Method | Description |
|---|---|---|
XSSFRow |
XSSFDialogsheet.createRow(int rowNum) |
|
XSSFRow |
XSSFSheet.createRow(int rownum) |
Create a new row within the sheet and return the high level representation
|
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 | Description |
|---|---|---|
int |
XSSFRow.compareTo(XSSFRow row) |
Compares two
XSSFRow objects. |
| Constructor | Description |
|---|---|
XSSFCell(XSSFRow row,
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCell cell) |
Construct a XSSFCell.
|
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.