FengQing0510

Results 1 issues of FengQing0510

# 建议先去看文档 [快速开始](https://easyexcel.opensource.alibaba.com/docs/current/) 、[常见问题](https://easyexcel.opensource.alibaba.com/qa/) # 触发场景描述 V3.2.1,设置全局单元格样式,导出Office Excel打开后内容被黑色覆盖,WPS打开则正常显示。 Excel文件格式均为xlsx # 触发Bug的代码 ```java /** * 自定义内容单元格全局样式 * * @return */ public static HorizontalCellStyleStrategy contentCellStyle() { // 内容的策略 WriteCellStyle contentWriteCellStyle = new...

bug