js-xlsx合并单元格的边框样式不生效,只有合并前的生效
问题描述:
border:{
top:{style: 'thin', color:{ rgb: "#dddddd" }},
bottom:{style: 'thin', color:{ rgb: "#dddddd" }},
left:{style: 'thin', color:{ rgb: "#dddddd" }},
right:{style: 'thin', color:{ rgb: "#dddddd" }}
}