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.StringAbstractExcelConverter. getRowName(HSSFRow row)Generates name for output as row number in caseAbstractExcelConverter.isOutputRowNumbers()== trueprotected intExcelToFoConverter. processRow(HSSFWorkbook workbook, CellRangeAddress[][] mergedRanges, HSSFRow row, org.w3c.dom.Element tableRowElement)protected intExcelToHtmlConverter. processRow(CellRangeAddress[][] mergedRanges, HSSFRow row, org.w3c.dom.Element tableRowElement)protected org.w3c.dom.ElementExcelToFoConverter. processRowNumber(HSSFRow row)protected voidExcelToHtmlConverter. 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 HSSFRowHSSFSheet. createRow(int rownum)Create a new row within the sheet and return the high level representationHSSFRowHSSFCell. getRow()Returns the HSSFRow this cell belongs toHSSFRowHSSFSheet. 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 intHSSFRow. compareTo(HSSFRow other)Compares twoHSSFRowobjects.
-