Uses of Class
org.apache.poi.hssf.usermodel.HSSFRow
-
Packages that use HSSFRow Package Description org.apache.poi.hssf.converter org.apache.poi.hssf.usermodel usermodel package maps HSSF low level strutures to familiar workbook/sheet model -
-
Uses of HSSFRow in org.apache.poi.hssf.converter
Methods in org.apache.poi.hssf.converter with parameters of type HSSFRow Modifier and Type Method Description protected java.lang.String
AbstractExcelConverter. getRowName(HSSFRow row)
Generates name for output as row number in caseAbstractExcelConverter.isOutputRowNumbers()
== trueprotected int
ExcelToFoConverter. processRow(HSSFWorkbook workbook, CellRangeAddress[][] mergedRanges, HSSFRow row, org.w3c.dom.Element tableRowElement)
protected int
ExcelToHtmlConverter. processRow(CellRangeAddress[][] mergedRanges, HSSFRow row, org.w3c.dom.Element tableRowElement)
protected org.w3c.dom.Element
ExcelToFoConverter. processRowNumber(HSSFRow row)
protected void
ExcelToHtmlConverter. processRowNumber(HSSFRow row, org.w3c.dom.Element tableRowNumberCellElement)
-
Uses of HSSFRow in org.apache.poi.hssf.usermodel
Methods in org.apache.poi.hssf.usermodel that return HSSFRow Modifier and Type Method Description HSSFRow
HSSFSheet. createRow(int rownum)
Create a new row within the sheet and return the high level representationHSSFRow
HSSFCell. getRow()
Returns the HSSFRow this cell belongs toHSSFRow
HSSFSheet. getRow(int rowIndex)
Returns the logical row (not physical) 0-based.Methods in org.apache.poi.hssf.usermodel with parameters of type HSSFRow Modifier and Type Method Description int
HSSFRow. compareTo(HSSFRow other)
Compares twoHSSFRow
objects.
-