How to loop over rows in Excel Graph API?
I am writing some Python automation script with Excel Graph API that needs to loop over the rows of a shared excel file and if a row meets criteria, write some value to one of its cells.
I am writing some Python automation script with Excel Graph API that needs to loop over the rows of a shared excel file and if a row meets criteria, write some value to one of its cells.