Releases: crittico/officegen
Releases · crittico/officegen
Release list
Version with custom patch
Set cols width It's now possible to set the cols width for a sheet just by setting an ordered array as a sheetObj property named "width". For example: "sheet1.width = [20,50,30]" will set the first column of sheet1 to 20, the second to 50 and the third to 30.