| 限定符和类型 | 方法和说明 |
|---|---|
T |
AbstractExcelWriterParameterBuilder.registerWriteHandler(WriteHandler writeHandler)
Custom write handler
|
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
CellWriteHandler
intercepts handle cell creation
|
interface |
RowWriteHandler
intercepts handle row creation
|
interface |
SheetWriteHandler
intercepts handle sheet creation
|
interface |
WorkbookWriteHandler
intercepts handle Workbook creation
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
AbstractCellWriteHandler
已过时。
Please use it directly
CellWriteHandler |
class |
AbstractRowWriteHandler
已过时。
Please use it directly
RowWriteHandler |
class |
AbstractSheetWriteHandler
已过时。
Please use it directly
SheetWriteHandler |
class |
AbstractWorkbookWriteHandler
已过时。
Please use it directly
WorkbookWriteHandler |
| 限定符和类型 | 字段和说明 |
|---|---|
static List<WriteHandler> |
DefaultWriteHandlerLoader.DEFAULT_WRITE_HANDLER_LIST |
| 限定符和类型 | 方法和说明 |
|---|---|
static List<WriteHandler> |
DefaultWriteHandlerLoader.loadDefaultHandler(Boolean useDefaultStyle,
ExcelTypeEnum excelType)
Load default handler
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
DefaultRowWriteHandler
Default row handler.
|
class |
DimensionWorkbookWriteHandler
Handle the problem of unable to write dimension.
|
class |
FillStyleCellWriteHandler
fill cell style.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
AbstractMergeStrategy
Merge strategy
|
class |
LoopMergeStrategy
The regions of the loop merge
|
class |
OnceAbsoluteMergeStrategy
It only merges once when create cell(firstRowIndex,lastRowIndex)
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
AbstractWriteHolder.buildChain(WriteHandler writeHandler,
boolean runOwn) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
AbstractWriteHolder.initAnnotationConfig(List<WriteHandler> handlerList,
WriteBasicParameter writeBasicParameter) |
protected void |
AbstractWriteHolder.sortAndClearUpHandler(List<WriteHandler> handlerList,
boolean runOwn) |
| 限定符和类型 | 类和说明 |
|---|---|
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
|
| 限定符和类型 | 类和说明 |
|---|---|
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
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
AbstractRowHeightStyleStrategy
Set the row height strategy
|
class |
SimpleRowHeightStyleStrategy
Set the head column high and content column high
|
Copyright © 2018–2022 Alibaba Group. All rights reserved.