Courtney Patterson
Courtney Patterson
Pay for it and it will disappear.
worksheet.columns.forEach(function (column) { var dataMax = 0; column.eachCell({ includeEmpty: true }, function (cell) { dataMax = cell.value?cell.value.toString().length:0; }) column.width = dataMax < 10 ? 10 : dataMax; });
You can change the loaded event handler to; ``` editorLoaded(v) { let LoopsLeft: number = 10; let LoopingInterval = 500; let interval = setInterval(() => { if (LoopsLeft