Adds a new column to the worksheet at the specified index.
The ExcelJS worksheet.
The header name for the new column.
The 1-based column index where the new column should be inserted.
addColumn(worksheet, 'Name', 3); Copy
addColumn(worksheet, 'Name', 3);
Adds a new column to the worksheet at the specified index.