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 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, Element tableRowElement) protected int
ExcelToHtmlConverter.processRow
(CellRangeAddress[][] mergedRanges, HSSFRow row, Element tableRowElement) protected Element
ExcelToFoConverter.processRowNumber
(HSSFRow row) protected void
ExcelToHtmlConverter.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