Amelia Rahman

Results 1 comments of Amelia Rahman

This worked well for me : `// Auto width column const workbook = new Excel.Workbook(); const sheet1 = workbook.addWorksheet('sheet1'); for (let i = 0; i < sheet1.columns.length; i += 1)...