| Package | Description | 
|---|---|
| org.apache.poi.hssf.converter | |
| org.apache.poi.hssf.usermodel | The usermodel package maps HSSF low level structures to familiar workbook/sheet model | 
| Modifier and Type | Method and Description | 
|---|---|
| protected java.lang.String | AbstractExcelConverter. getRowName(HSSFRow row)Generates name for output as row number in case
  AbstractExcelConverter.isOutputRowNumbers()== true | 
| protected int | ExcelToHtmlConverter. processRow(CellRangeAddress[][] mergedRanges,
          HSSFRow row,
          org.w3c.dom.Element tableRowElement) | 
| protected int | ExcelToFoConverter. processRow(HSSFWorkbook workbook,
          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) | 
| Modifier and Type | Method and Description | 
|---|---|
| HSSFRow | HSSFSheet. createRow(int rownum)Create a new row within the sheet and return the high level representation | 
| HSSFRow | HSSFCell. getRow()Returns the HSSFRow this cell belongs to | 
| HSSFRow | HSSFSheet. getRow(int rowIndex)Returns the logical row (not physical) 0-based. | 
| Modifier and Type | Method and Description | 
|---|---|
| int | HSSFRow. compareTo(HSSFRow other)Compares two  HSSFRowobjects. | 
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.