Package | Description |
---|---|
org.zkoss.poi.hssf.converter | |
org.zkoss.poi.hssf.usermodel |
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
Related Documentation
For overviews, tutorials, examples, guides, and tool documentation, please see:
Apache POI Project
|
org.zkoss.poi.hssf.util |
util package contains tools needed for writing HSSF files that are not necesarily "real"
HSSF concepts.
|
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 |
---|---|
protected void |
HSSFSheet.notifyRowShifting(HSSFRow row) |
void |
HSSFFormulaEvaluator.setCurrentRow(HSSFRow row)
Deprecated.
(Aug 2008) - not needed, since the current row can be derived from the cell
|
Modifier and Type | Method and Description |
---|---|
static HSSFRow |
HSSFCellUtil.getRow(int rowIndex,
HSSFSheet sheet)
Get a row from the spreadsheet, and create it if it doesn't exist.
|
Modifier and Type | Method and Description |
---|---|
static HSSFCell |
HSSFCellUtil.createCell(HSSFRow row,
int column,
java.lang.String value)
Create a cell, and give it a value.
|
static HSSFCell |
HSSFCellUtil.createCell(HSSFRow row,
int column,
java.lang.String value,
HSSFCellStyle style)
Creates a cell, gives it a value, and applies a style if provided
|
static HSSFCell |
HSSFCellUtil.getCell(HSSFRow row,
int columnIndex)
Get a specific cell from a row.
|
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.