alifeee
alifeee
hi !! thanks for your request :) the docs mention `gspread.utils.to_records`, which can be used like so: apple | red circle | very -- | -- | -- banana |...
generally we are trying to stop feature creep for `get_all_records`. See https://github.com/burnash/gspread/issues/1367 and surrounding issues/PRs for more information, but we had to pull back the scope because of bugs. There...
@lavigne958 thank you. But the creation of an issue is an example that our documentation has room for improvement, so we should improve it, thus I open the issue for...
this has been fixed with #1510 and the fix will be included in the next release (which should be in the coming time, see #1516)
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...
hi! thanks for the change! your code was all good, but the test cassette was breaking things. This is common, and what I usually do is completely delete the JSON...
> Wait is that wrong? As it turns out... yes and no! ;] When you provide a range, i.e., here https://github.com/muddi900/gspread/blob/d4a57746816ad097d56969cfab4c9c12a483dff6/gspread/worksheet.py#L2657-L2658 Then the returned results has only one sheet. Printing...
sorry for jumping on your PR @muddi900. wouldn't have happened without you ;] so thanks for proposing the change! will let @lavigne958 review and with an approval I will merge,...
> @alifeee Sorry for the git reset shenanigans. I missed @lavigne958 comment, and tried to redo everything. no worries :) I have refreshed the test cassette (by deleting `tests/cassettes/WorksheetTest.test_get_notes.json` and...
the test `test_get_notes_2nd_sheet` is still missing, please see https://github.com/burnash/gspread/pull/1487#issuecomment-2210964256 for context :)