Skip to content
Advertisement

Tag: sheetjs

How to set column width of XLSX worksheet in angular4

I am Converting HTML to XLSX sheet in angular using SheetJS. But the width of each column is 256 only, I want to increase it I have tried using ws[!cols] of ColInfo but not able to correctly implement it or set it ‘wch’ & ‘width’ I want to provide custom width for each column in generated excel, currently, I have

Advertisement