burnash/gspread

Add support for Conditional Formatting

Open

#525 geöffnet am 27. März 2018

Auf GitHub ansehen
 (7 Kommentare) (5 Reaktionen) (0 zugewiesene Personen)Python (960 Forks)batch import
Improvementgood first issue

Repository-Metriken

Stars
 (6.606 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 7T 17h) (2 gemergte PRs in 30 T)

Beschreibung

Hey,

Thanks for making this library, it has significantly lowered the bar to working with Google Sheets for me. It would be awesome to have support for Conditional Formatting on columns.

https://developers.google.com/sheets/api/samples/conditional-formatting

It looks like it could fit well in to the range style notation, with some kwargs for the formatting options. If I get a chance I will create a PR.

Contributor Guide