接口的使用
com.alibaba.excel.event.Handler
-
com.alibaba.excel.write.handler中Handler的使用
com.alibaba.excel.write.handler中Handler的子接口 限定符和类型 接口和说明 interface
CellWriteHandler
intercepts handle cell creationinterface
RowWriteHandler
intercepts handle row creationinterface
SheetWriteHandler
intercepts handle sheet creationinterface
WorkbookWriteHandler
intercepts handle Workbook creationinterface
WriteHandler
intercepts handle excel write实现Handler的com.alibaba.excel.write.handler中的类 限定符和类型 类和说明 class
AbstractCellWriteHandler
已过时。Please use it directlyCellWriteHandler
class
AbstractRowWriteHandler
已过时。Please use it directlyRowWriteHandler
class
AbstractSheetWriteHandler
已过时。Please use it directlySheetWriteHandler
class
AbstractWorkbookWriteHandler
已过时。Please use it directlyWorkbookWriteHandler
com.alibaba.excel.write.handler.impl中Handler的使用
实现Handler的com.alibaba.excel.write.handler.impl中的类 限定符和类型 类和说明 class
DefaultRowWriteHandler
Default row handler.class
DimensionWorkbookWriteHandler
Handle the problem of unable to write dimension.class
FillStyleCellWriteHandler
fill cell style.com.alibaba.excel.write.merge中Handler的使用
实现Handler的com.alibaba.excel.write.merge中的类 限定符和类型 类和说明 class
AbstractMergeStrategy
Merge strategyclass
LoopMergeStrategy
The regions of the loop mergeclass
OnceAbsoluteMergeStrategy
It only merges once when create cell(firstRowIndex,lastRowIndex)com.alibaba.excel.write.style中Handler的使用
实现Handler的com.alibaba.excel.write.style中的类 限定符和类型 类和说明 class
AbstractCellStyleStrategy
Cell style strategyclass
AbstractVerticalCellStyleStrategy
Use the same style for the columnclass
DefaultStyle
The default stylesclass
HorizontalCellStyleStrategy
Use the same style for the rowcom.alibaba.excel.write.style.column中Handler的使用
实现Handler的com.alibaba.excel.write.style.column中的类 限定符和类型 类和说明 class
AbstractColumnWidthStyleStrategy
Column width style strategyclass
AbstractHeadColumnWidthStyleStrategy
Returns the column width according to each column headerclass
LongestMatchColumnWidthStyleStrategy
Take the width of the longest column as the width.class
SimpleColumnWidthStyleStrategy
All the columns are the same widthcom.alibaba.excel.write.style.row中Handler的使用
实现Handler的com.alibaba.excel.write.style.row中的类 限定符和类型 类和说明 class
AbstractRowHeightStyleStrategy
Set the row height strategyclass
SimpleRowHeightStyleStrategy
Set the head column high and content column high
Copyright © 2018–2021 Alibaba Group. All rights reserved.