Uses of Class
org.apache.poi.hssf.usermodel.HSSFRow
Packages that use HSSFRow
Package
Description
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 HSSFRowModifier and TypeMethodDescriptionprotected StringAbstractExcelConverter.getRowName(HSSFRow row) Generates name for output as row number in caseAbstractExcelConverter.isOutputRowNumbers()== trueprotected intExcelToFoConverter.processRow(HSSFWorkbook workbook, CellRangeAddress[][] mergedRanges, HSSFRow row, Element tableRowElement) protected intExcelToHtmlConverter.processRow(CellRangeAddress[][] mergedRanges, HSSFRow row, Element tableRowElement) protected ElementExcelToFoConverter.processRowNumber(HSSFRow row) protected voidExcelToHtmlConverter.processRowNumber(HSSFRow row, Element tableRowNumberCellElement) -
Uses of HSSFRow in org.apache.poi.hssf.usermodel
Methods in org.apache.poi.hssf.usermodel that return HSSFRowModifier and TypeMethodDescriptionHSSFSheet.createRow(int rownum) Create a new row within the sheet and return the high level representationHSSFCell.getRow()Returns the HSSFRow this cell belongs toHSSFSheet.getRow(int rowIndex) Returns the logical row (not physical) 0-based.Methods in org.apache.poi.hssf.usermodel with parameters of type HSSFRow