Results 199 comments of alifeee

I don't think that's how xlwings works. I think xlwings uses the top row and left column. See here for their implementation: https://github.com/xlwings/xlwings/blob/a159cc9cb7ef5f168ad0d902934404bce4a76386/xlwings/expansion.py#L31-L52 (I can't parse it with my mind...

this looks all good to me! only final thing is that I would expect a table like | | 1 | 2 | 3 | | --- | --- |...

apologies for the delay while I think a special case for a blank row 0 column 0 would be nice (e.g., for a labelled adjacency matrix), it is probably not...

this is good with me! with the amount of work spent on a new feature... let's put reference to it in all the relevant places in the documentation :)

it seems silly to me how quickly Python versions cycle through. it seems not long since we dropped 3.7. Are there any features that we want to use that we...

@jiisanda thanks for the thorough explanation ! we don't have much active coding right now from maintainers, but if you would like to implement this feature, go ahead and I...

same here, pasting instead of creating new issue typing numpad 6 is replaced by last sent message other numpad keys do other mysterious things this is unrelated to whether numlock...

thanks for the issue :] did Google change the way this API works? do we have any links/documentation?

thanks :] it seems we want to add a test or refresh the cassette if we have one. would you like to give this a go ? otherwise, it may...

hi all a new release `6.1.3` has been released ([on github](https://github.com/burnash/gspread/releases/tag/v6.1.3)) ([on PyPi](https://pypi.org/project/gspread/6.1.3/)) which contains a fix for this issue we now catch the non-JSON error and turn it into...