public interface IExcelExportStyler
| 限定符和类型 | 方法和说明 |
|---|---|
org.apache.poi.ss.usermodel.CellStyle |
getHeaderStyle(short headerColor)
列表头样式
|
org.apache.poi.ss.usermodel.CellStyle |
getStyles(boolean noneStyler,
ExcelExportEntity entity)
获取样式方法
|
org.apache.poi.ss.usermodel.CellStyle |
getTemplateStyles(boolean isSingle,
ExcelForEachParams excelForEachParams)
模板使用的样式设置
|
org.apache.poi.ss.usermodel.CellStyle |
getTitleStyle(short color)
标题样式
|
org.apache.poi.ss.usermodel.CellStyle getHeaderStyle(short headerColor)
headerColor - org.apache.poi.ss.usermodel.CellStyle getTitleStyle(short color)
color - org.apache.poi.ss.usermodel.CellStyle getStyles(boolean noneStyler,
ExcelExportEntity entity)
noneStyler - entity - org.apache.poi.ss.usermodel.CellStyle getTemplateStyles(boolean isSingle,
ExcelForEachParams excelForEachParams)
Copyright © 2022. All rights reserved.