Uses of Class
org.apache.poi.xssf.usermodel.XSSFRow
-
Packages that use XSSFRow Package Description org.apache.poi.xssf.usermodel org.apache.poi.xssf.usermodel.helpers -
-
Uses of XSSFRow in org.apache.poi.xssf.usermodel
Methods in org.apache.poi.xssf.usermodel that return XSSFRow 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 Note: If a row already exists at this position, it is removed/overwritten and any existing cell is removed!XSSFRow
XSSFCell. getRow()
Returns the row this cell belongs toXSSFRow
XSSFSheet. getRow(int rownum)
Returns the logical row ( 0-based).Methods in org.apache.poi.xssf.usermodel with parameters of type XSSFRow Modifier and Type Method Description int
XSSFRow. compareTo(XSSFRow other)
Compares twoXSSFRow
objects.Constructors in org.apache.poi.xssf.usermodel with parameters of type XSSFRow Constructor Description XSSFCell(XSSFRow row, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCell cell)
Construct a XSSFCell. -
Uses of XSSFRow in org.apache.poi.xssf.usermodel.helpers
Methods in org.apache.poi.xssf.usermodel.helpers with parameters of type XSSFRow Modifier and Type Method Description void
XSSFRowShifter. updateRowFormulas(XSSFRow row, FormulaShifter formulaShifter)
Update the formulas in specified row using the formula shifting policy specified by shifter
-