mirror of
https://github.com/yangzongzhuan/RuoYi-Vue.git
synced 2025-10-19 17:07:41 +00:00
设置表格头单元格文本形式
This commit is contained in:
@@ -848,6 +848,9 @@ public class ExcelUtil<T>
|
||||
headerFont.setBold(true);
|
||||
headerFont.setColor(excel.headerColor().index);
|
||||
style.setFont(headerFont);
|
||||
// 设置表格头单元格文本形式
|
||||
DataFormat dataFormat = wb.createDataFormat();
|
||||
style.setDataFormat(dataFormat.getFormat("@"));
|
||||
headerStyles.put(key, style);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user