Hi,
I want to give border styles to excel cells when exporting.
https://stackblitz.com/edit/paramquery-demo-6cvpfg?file=index.jsThis is my example. I want to give styles when "worksheetReady()" is triggered, while not giving styles to the colModel, as in line 77.
I want to give border-bottom style to workbook.sheets[0].columns but it won't work. It only works when I give styles in colModel.
Is there a way to use worksheetReady to give specific cell styles?