本模块仅针对DefaultExcelBuilder、DefaultStreamExcelBuilder,模板构建天然支持。
标题(title)样式自定义
- @ExcelColumn(style="title->color:red")Integer age;
内容行样式自定义
- @ExcelColumn(style="cell->color:green")Integer age;
使用 ->
分隔符,title
标明该样式针对标题,cell
标明该样式针对内容行。
具体样式支持,请移步:https://github.com/liaochong/myexcel/wiki/Style-support