var workbook=XLSX.readfile('aa.xlsx',{cellStyles:true});
XLSX.writeFile(workbook,'aaaa.xlsx')
why??
no suport?
before:

after:

protobi/js-xlsx support write style to cell
@shikelong can you give a demo js for how to use the test-style.js for setting style? I am new one for sheetJS
To answer the original question, there is no support for writing styles. Just reading.
protobi/js-xlsx support write style to cell
@vinhboy does function cell.s not work?
@pumpkindev could you explain how to use protobi/js-xlsx correctly?
I has installed both xlsx and xlsx-style npm packages, but style is not applied.
Most helpful comment
protobi/js-xlsx support write style to cell