Build 3.0.0.113 of xlsgen changes the default column width used for creating new XLSX files. There was a discrepancy between XLS and XLSX files and it was about time to fix it.
If you'd rather stay with the default column width prior to xlsgen 3.0.0.113, all you have to do is, for each new sheet tab :
worksheet.DefaultColWidth = 10;