Results 199 comments of alifeee

what does it check? For example, [this commit] passed the CI, but the functions in the commit do not have typing, so I would expect it to fail https://github.com/burnash/gspread/blob/30ccb5a7fb1c3f21bf556de725ef9c3f0bb9ed01/gspread/utils.py#L737 [this...

replaced by #1321

Hi @botcs, thanks for the comment! By my evaluation, the work that needs to be done to add this (great) feature would be: - [ ] add a boolean kwarg...

@botcs We would still love your help on this, if you are interested. If you no longer wish to, then I will make a PR adding this feature in the...

No worries, there's no grand rush. That would be great, if you find any time! :)

I started work on this in the https://github.com/burnash/gspread/tree/feature/maintain-size branch. However, `get_values` uses a [named range]. I do not know how to turn this into rows/columns. Is there a function in...

Thanks for your work here! :) > I am ready with an initial PR #1281 , but couldn't pass the tox tests due to the following error: You need to...