-
Couldn't load subscription status.
- Fork 37
Open
Description
Hi Luwojtaszek,
I have a query, I'm trying to give width to my column with the following code, but it does not work for me. Thanks for the reply.
const worksheet: XLSX.WorkSheet = XLSX.utils.json_to_sheet(json);
this.colSubDiario(worksheet.A1);
private colSubDiario(col: XLSX.ColInfo) {
col.width = 100;
}
Metadata
Metadata
Assignees
Labels
No labels