类的使用
com.github.developframework.excel.styles.CellStyleManager
使用CellStyleManager的程序包
-
com.github.developframework.excel中CellStyleManager的使用
修饰符和类型方法说明voidAbstractColumnDefinition.configureCellStyle(org.apache.poi.ss.usermodel.Cell cell, CellStyleManager cellStyleManager, ENTITY entity, Object value) default voidColumnDefinition.configureCellStyle(org.apache.poi.ss.usermodel.Cell cell, CellStyleManager cellStyleManager, ENTITY entity, Object value) 配置单元格格式default voidTableDefinition.createTableBody(org.apache.poi.ss.usermodel.Workbook workbook, org.apache.poi.ss.usermodel.Sheet sheet, CellStyleManager cellStyleManager, int rowIndex, int startColumnIndex, ColumnDefinition<ENTITY>[] columnDefinitions, List<ENTITY> list) 创建表内容default intTableDefinition.createTableColumnHeader(org.apache.poi.ss.usermodel.Sheet sheet, CellStyleManager cellStyleManager, int rowIndex, int startColumnIndex, ColumnDefinition<ENTITY>[] columnDefinitions) 创建列头default voidTableDefinition.createTableTitle(org.apache.poi.ss.usermodel.Sheet sheet, CellStyleManager cellStyleManager, int rowIndex, int startColumnIndex, String title, int columnSize) 创建表标题voidSheetExtraHandler.handle(org.apache.poi.ss.usermodel.Workbook workbook, org.apache.poi.ss.usermodel.Sheet sheet, CellStyleManager cellStyleManager, int firstRow, int lastRow, List<T> list)