Skip to content

Version with custom patch

Latest

Choose a tag to compare

@crittico crittico released this 01 Apr 09:59
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.