pygsheets Questions
2
Solved
So I am playing with google spreadsheets and there is a handy feature to freeze first row or/and first column. But is there a way to do this through pygsheets?
Or maybe other python library?
Lysis asked 5/7, 2018 at 10:49
1
I'm looking for a way to read a cell's formatting from a Google sheet in Python, specifically, its background colour.
Two popular packages I've found to be able to read a sheet are gspread (fork) ...
Acne asked 12/7, 2018 at 9:52
0
I'm trying to use pygsheets in a script on ScrapingHub. The pygsheets part of the script begins with:
google_client = pygsheets.authorize(service_file=CREDENTIALS_FILENAME, no_cache=True)
spreadsh...
Sprague asked 30/1, 2018 at 18:3
1
© 2022 - 2024 — McMap. All rights reserved.