How to set column width in the excel for certain columns?
I tried the following but not working.
this.gridOptions.excelStyles = this.excelStyles;
let params = {
fileName: 'DelegateStatus',
sheetName: 'Delegate Status',
columnWidth: 10
}
this.gridOptions.api.exportDataAsExcel(params);
Thanks