Cells are not formatting as per styling Xlsx-Styles Angular 4

3.3k Views Asked by At

I have to export an excel sheet through my angular app. So I am using js-xlsx and xlsx-style modules. I would like to format the cells as I required but am not able to. The below is the piece of code using for styling the cell.

cell.s = {font: { bold: true }};

While debugging the sheet has font styling properties but while exporting the excel doesn't render the properties.

enter image description here

0

There are 0 best solutions below