Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added set_records and set_record to update sheet via records.[Issue #677] #1494

Open
wants to merge 19 commits into
base: master
Choose a base branch
from

Conversation

muddi900
Copy link
Contributor

@muddi900 muddi900 commented Jul 21, 2024

Fixes #677

@alifeee
Copy link
Collaborator

alifeee commented Jul 23, 2024

thanks for the implementation!

I find the test hard to parse, would it be possible to write it with very explicit objects? e.g.,

table_before = [
  ["header 1", "header 2"]
  ["value 1",  "value 2"]
]
table_after = [
  ["header 1",    "header 2"]
  ["value 1",     "value 2"]
  ["new value 1", "new value 2"]
]

tests/worksheet_test.py Outdated Show resolved Hide resolved
gspread/worksheet.py Outdated Show resolved Hide resolved
gspread/worksheet.py Outdated Show resolved Hide resolved
gspread/worksheet.py Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature Request: set_record + set_records
3 participants