How can i set width to a column using exceljs

33 Views Asked by At

I am using exceljs to create a xlsx file. I set col width by this statement: worksheet.getColumn("A").width = 3.7, but when i open the real file, the col A width is just 3. Maybe i miss some things. Any help? Thanks

0

There are 0 best solutions below