Questions tagged [gspread]

gspread is an asynchronous Python library for interacting with Google Spreadsheets.

gspread is a Python library for interacting with Google Spreadsheets.

949 questions
-3
votes
1 answer

How to get cell's coordinates by it's content python3?

So i have a problem, that i need to get the cell's coordinates (in google-sheets) by it's content, for example a have a cell that has "hello" in it's self, and a have some amount of other cell's. For example "world" and i know that "hello" is in…
54degree5
  • 12
  • 3
-6
votes
1 answer

AttributeError: 'module' object has no attribute 'login'

import gspread gc = gspread.login(‘the.email.address@gmail.com’,’password’) AttributeError: 'module' object has no attribute 'login'
Gizvo
  • 21
  • 1
  • 2
1 2 3
63
64