burnash/gspread

Feature Request: set_record + set_records

Open

#677 opened on May 2, 2019

 (13 comments) (0 reactions) (0 assignees)Python (979 forks)batch import
Feature Requestgood first issue

Repository metrics

Stars
 (7,496 stars)
PR merge metrics
 (Avg merge 7d 17h) (2 merged PRs in 30d)

Description

get_all_records() return nicely formatted dictionaries (thanks!)

set_record() (new feature) inset one dictionary to google sheet (values under right heading)

set_records() (new feature) inset list of dictionaries to google sheet (values under right heading)

Contributor guide