alifeee
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? 
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...
nice how did this happen
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...