Deletes a column at the specified index.
The ExcelJS worksheet.
The 1-based column index to delete.
deleteColumn(worksheet, 3); // Deletes the third column Copy
deleteColumn(worksheet, 3); // Deletes the third column
Deletes a column at the specified index.