Package | Description |
---|---|
org.apache.poi.xssf.usermodel | |
org.apache.poi.xssf.usermodel.helpers |
Modifier and Type | Method and Description |
---|---|
XSSFRow |
XSSFSheet.createRow(int rownum)
Create a new row within the sheet and return the high level representation
Note: If a row already exists at this position, it is removed/overwritten and
any existing cell is removed!
|
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 |
---|---|
int |
XSSFRow.compareTo(XSSFRow other)
Compares two
XSSFRow objects. |
Constructor and Description |
---|
XSSFCell(XSSFRow row,
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCell cell)
Construct a XSSFCell.
|
Modifier and Type | Method and Description |
---|---|
void |
XSSFRowShifter.updateRowFormulas(XSSFRow row,
FormulaShifter formulaShifter)
Update the formulas in specified row using the formula shifting policy specified by shifter
|
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.