Relative Content

Tag Archive for pythonsmartsheet-apismartsheet-api-2.0smartsheet-api-1.1

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.