node-google-spreadsheet icon indicating copy to clipboard operation
node-google-spreadsheet copied to clipboard

is there a way to color an entire row

Open aster2709 opened this issue 2 years ago • 1 comments

we can color cell, but can we color entire row?

aster2709 avatar Aug 12 '21 14:08 aster2709

Looks to be doable with either of these update types:

  • https://developers.google.com/sheets/api/reference/rest/v4/spreadsheets/request#repeatcellrequest
  • https://developers.google.com/sheets/api/reference/rest/v4/spreadsheets/request#copypasterequest

but neither of these are supported yet

For now, you can just load the full range of cells, update each cell, and then save.

theoephraim avatar Nov 07 '21 16:11 theoephraim

merged into #629

theoephraim avatar Jun 27 '23 07:06 theoephraim