| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCellWriteHandler
Deprecated.
Please use it directly
CellWriteHandler |
class |
EscapeHexCellWriteHandler
A cell write handler that escapes _x[0-9A-Fa-f]{4}_ format strings to prevent POI from automatically decoding them.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CellHandlerExecutionChain.addLast(CellWriteHandler handler) |
| Constructor and Description |
|---|
CellHandlerExecutionChain(CellWriteHandler handler) |
| Modifier and Type | Class and Description |
|---|---|
class |
FillStyleCellWriteHandler
fill cell style.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMergeStrategy
Merge strategy
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCellStyleStrategy
Cell style strategy
|
class |
AbstractVerticalCellStyleStrategy
Use the same style for the column
|
class |
DefaultStyle
The default styles
|
class |
HorizontalCellStyleStrategy
Use the same style for the row
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractColumnWidthStyleStrategy
Column width style strategy
|
class |
AbstractHeadColumnWidthStyleStrategy
Returns the column width according to each column header
|
class |
LongestMatchColumnWidthStyleStrategy
Take the width of the longest column as the width.
|
class |
SimpleColumnWidthStyleStrategy
All the columns are the same width
|
Copyright © 2024–2025 fast-excel. All rights reserved.