freeze pane (some rows and columns kept still while scrolling)
[ use: ws.freezePane(1, 3) to freeze the first column on the left and the top three rows ]
shading rows (extension of shadeAlternateRows) so that each Nth row is colored
[ instead of shadeAlternateRows(color), simply use: shadeRows(color, eachNRows) ]
Fixed:
setAutoFilter (the filters were empty cause it was applied on one row only instead of automatically applied to all the header columns)
I added more new features for setting:
Fixed:
Adjust the code if needed :)