如题,用的js-xlsx插件生成excel文件,怎么设置填充色呀
ws[XLSX.utils.encode_cell({ c : x + 1, r : y + 1 })].s = {fill: { bgColor: { rgb: "30000000" }}}
我这么写没效果
普通版本不支持自定义样式。如字体、颜色等。自定义样式下载pro版,地址https://sheetjs.com/pro。
2.1m questions
2.1m answers
60 comments
57.0k users