Mudassir Chapra
Mudassir Chapra
If a person is using set_records, they are probably appending the data range, rather than the creating the first row. I have implemented a basic solution locally. ```python def set_records(self,...
I think it would better to have two sets of methods `append_record(s)` and `insert_record(s)`. This would serve all use cases as I can see them. I'll add the commits to...
So is 0de3974dc0212b5c0c1872e073e6016611d76094 what you are looking for?
No need to apologize. Thank you for the help.
Do you have a public big sheet I can test this on?
I am getting a different error when using the latest error. ``` APIError Traceback (most recent call last) Cell In[10], [line 1](vscode-notebook-cell:?execution_count=10&line=1) ----> [1](vscode-notebook-cell:?execution_count=10&line=1) notes = ws.get_notes() File ~/src/gspread/gspread/worksheet.py:2665, in...
@alifeee Sorry for the `git reset` shenanigans. I missed @lavigne958 comment, and tried to redo everything. I have incorporated the changes suggested in the comment.
So should autofill be a different issue. Because that would be a rewrite of the method.
> Thank you everyone for the hard work and the all the edge case testing ! we managed to catch a very particular use case that we would not see...
I have written a parser. However the documentation of writing tests seems to be confusing.