| Package | Description |
|---|---|
| io.keikai.range.impl.imexp |
Keikai Spreadsheet Internal Range API Implementation classes.
|
| org.zkoss.poi.hssf.usermodel |
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
|
| org.zkoss.poi.ss.usermodel | |
| org.zkoss.poi.xssf.streaming | |
| org.zkoss.poi.xssf.usermodel |
| Modifier and Type | Method and Description |
|---|---|
protected NamedStyle |
AbstractExcelExporter.toPOINamedStyle(SNamedStyle cellStyle) |
| Modifier and Type | Class and Description |
|---|---|
class |
HSSFNamedStyle |
| Modifier and Type | Method and Description |
|---|---|
NamedStyle |
HSSFWorkbook.createNamedStyle(String name,
boolean custom,
int builtinId,
int index) |
| Modifier and Type | Method and Description |
|---|---|
List<NamedStyle> |
HSSFWorkbook.getNamedStyles() |
| Modifier and Type | Method and Description |
|---|---|
void |
HSSFWorkbook.addNamedStyle(NamedStyle namedStyle) |
| Modifier and Type | Method and Description |
|---|---|
NamedStyle |
Workbook.createNamedStyle(String name,
boolean custom,
int builtinId,
int index) |
| Modifier and Type | Method and Description |
|---|---|
List<NamedStyle> |
Workbook.getNamedStyles() |
| Modifier and Type | Method and Description |
|---|---|
void |
Workbook.addNamedStyle(NamedStyle namedStyle) |
| Modifier and Type | Method and Description |
|---|---|
NamedStyle |
SXSSFWorkbook.createNamedStyle(String name,
boolean custom,
int builtinId,
int index) |
| Modifier and Type | Method and Description |
|---|---|
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(String name,
boolean custom,
int builtinId,
int index) |
| Modifier and Type | Method and Description |
|---|---|
List<NamedStyle> |
XSSFWorkbook.getNamedStyles() |
| Modifier and Type | Method and Description |
|---|---|
void |
XSSFWorkbook.addNamedStyle(NamedStyle cellStyle) |
Copyright © 2020. All rights reserved.