Results 199 comments of alifeee

Hi! Thanks for the issue. In v6 the `Client` object got moved around a lot. Sorry for this breaking your code. Here is a fix you can use: ```diff with...

Hi. I find images the most helpful. Is this what you mean? ![image](https://github.com/burnash/gspread/assets/13833017/ccc7d89d-a1e9-4c44-b835-bd37871445e1)

cool :) it sounds like it could be a useful function. Since it is unknown, it would involve getting the whole sheet, down and right, starting from `cell`. Is there...

https://developer.mozilla.org/en-US/blog/technical-writing/

Hi. Thanks for the issue :) Do you refer to this section of the readme? https://github.com/burnash/gspread/blob/4a48fbdc4bc56724d3a1d8fcdb7f5793fb58f160/README.md#L263-L267 I notice that this section is wrong. I think it should be ```diff #...

reopening as I don't think this is changed yet

> I have some problems with updating single cell. Hi. Apologies for the delay. Please change your code to ```diff - worksheet.update("B1", "Bingo!") + worksheet.update_acell("B1", "Bingo!") ``` and let me...

This will be good to look at. I will look into it more later, but for now, I think... > where should they be located I think definitely in the...

I think this is a very large change with lots to think about. `combine_merged_cells` has already caused two minor releases due to bugs (#1298 #1330). I am worried that making...