How to read sheet2, sheet3 ,.... via Google Sheets API using by Python

Viewed 25

I just wanna read the next tab/sheet via the API in my Google Sheets Project with Python Everything works for sheet1, I just want to read/edit sheet2.

sheet = client.open("Wetamin").sheet1

0 Answers
Related