类的使用
cn.jrack.excel.core.handler.ExcelHandler
使用ExcelHandler的程序包
-
cn.jrack.excel.core.handler中ExcelHandler的使用
修饰符和类型方法说明ExcelHandler.contentStyle(int fontHeightInPoints, org.apache.poi.ss.usermodel.IndexedColors fillForegroundColor, org.apache.poi.ss.usermodel.IndexedColors fontColor) ExcelHandler.contentStyle(com.alibaba.excel.write.metadata.style.WriteCellStyle writeCellStyle) ExcelHandler.headStyle(int fontHeightInPoints, org.apache.poi.ss.usermodel.IndexedColors fillForegroundColor, org.apache.poi.ss.usermodel.IndexedColors fontColor) ExcelHandler.headStyle(com.alibaba.excel.write.metadata.style.WriteCellStyle writeCellStyle) ExcelHandler.mergeCell(int firstRowIndex, int lastRowIndex, int firstColumnIndex, int lastColumnIndex) ExcelHandler.openLongestMatchColumnWidthStyleStrategy()ExcelHandler.registerWriteHandler(com.alibaba.excel.write.handler.WriteHandler writeHandler)