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 |
ExcelToHtmlConverter.buildStyle(HSSFWorkbook workbook,
HSSFCellStyle cellStyle) |
protected java.lang.String |
ExcelToHtmlConverter.getStyleClassName(HSSFWorkbook workbook,
HSSFCellStyle cellStyle) |
protected void |
ExcelToFoConverter.processCellStyle(HSSFWorkbook workbook,
HSSFCellStyle cellStyle,
org.w3c.dom.Element cellTarget,
org.w3c.dom.Element blockTarget) |
Modifier and Type | Method and Description |
---|---|
HSSFCellStyle |
HSSFWorkbook.createCellStyle()
Create a new Cell style and add it to the workbook's style table.
|
HSSFCellStyle |
HSSFCell.getCellStyle()
get the style for the cell.
|
HSSFCellStyle |
HSSFWorkbook.getCellStyleAt(int idx)
get the cell style object at the given index
|
HSSFCellStyle |
HSSFSheet.getColumnStyle(int column)
Returns the HSSFCellStyle that applies to the given
(0 based) column, or null if no style has been
set for that column
|
HSSFCellStyle |
HSSFCellStyle.getParentStyle()
Return the parent style for this cell style.
|
HSSFCellStyle |
HSSFRow.getRowStyle()
Returns the whole-row cell styles.
|
Modifier and Type | Method and Description |
---|---|
void |
HSSFCellStyle.cloneStyleFrom(HSSFCellStyle source) |
void |
HSSFCell.setCellStyle(HSSFCellStyle style) |
void |
HSSFRow.setRowStyle(HSSFCellStyle style)
Applies a whole-row cell styling to the row.
|
Modifier and Type | Method and Description |
---|---|
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
|
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.