Smartsheet Python API Apply Wrap Text and Center Alignment from Column 1 to column 40 in a series of sheets
I have approximately 75 sheets distributed in different folders and subfolders inside a folder. I’ve built a script that iterates in each sheet successfully, but i’m failing at achieving that in each sheet, from column 1 to column 40, the “wrap text” format is applied and the center alignment is applied.
Smartsheet Python API unlock rows 1-30 from 40 sheets
I have approximately 40 sheets contained in a folder, and each one of these sheets have rows locked for editing from row 3 to row 45 (approx). I’m trying to make a python script using the smartsheet python API that iterates into each sheet of that folder, and once inside the sheet, unlocks the entire row 3 to 45, and then proceeds with the same action in the next sheet of the folder.