Package | Description |
---|---|
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.ss.usermodel | |
org.zkoss.poi.xssf.streaming | |
org.zkoss.poi.xssf.usermodel | |
org.zkoss.zss.range.impl.imexp |
ZK Spreadsheet Internal Range API Implementation classes.
|
Modifier and Type | Class and Description |
---|---|
class |
HSSFNamedStyle |
Modifier and Type | Method and Description |
---|---|
NamedStyle |
HSSFWorkbook.createNamedStyle(java.lang.String name,
boolean custom,
int builtinId,
int index) |
Modifier and Type | Method and Description |
---|---|
java.util.List<NamedStyle> |
HSSFWorkbook.getNamedStyles() |
Modifier and Type | Method and Description |
---|---|
void |
HSSFWorkbook.addNamedStyle(NamedStyle namedStyle) |
Modifier and Type | Method and Description |
---|---|
NamedStyle |
Workbook.createNamedStyle(java.lang.String name,
boolean custom,
int builtinId,
int index) |
Modifier and Type | Method and Description |
---|---|
java.util.List<NamedStyle> |
Workbook.getNamedStyles() |
Modifier and Type | Method and Description |
---|---|
void |
Workbook.addNamedStyle(NamedStyle namedStyle) |
Modifier and Type | Method and Description |
---|---|
NamedStyle |
SXSSFWorkbook.createNamedStyle(java.lang.String name,
boolean custom,
int builtinId,
int index) |
Modifier and Type | Method and Description |
---|---|
java.util.List<NamedStyle> |
SXSSFWorkbook.getNamedStyles() |
Modifier and Type | Method and Description |
---|---|
void |
SXSSFWorkbook.addNamedStyle(NamedStyle namedStyle) |
Modifier and Type | Class and Description |
---|---|
class |
XSSFNamedStyle |
Modifier and Type | Method and Description |
---|---|
NamedStyle |
XSSFWorkbook.createNamedStyle(java.lang.String name,
boolean custom,
int builtinId,
int index) |
Modifier and Type | Method and Description |
---|---|
java.util.List<NamedStyle> |
XSSFWorkbook.getNamedStyles() |
Modifier and Type | Method and Description |
---|---|
void |
XSSFWorkbook.addNamedStyle(NamedStyle cellStyle) |
Modifier and Type | Method and Description |
---|---|
protected NamedStyle |
AbstractExcelExporter.toPOINamedStyle(SNamedStyle cellStyle) |
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.