gspread icon indicating copy to clipboard operation
gspread copied to clipboard

Desperately need update_named_range()

Open brianjmurrell opened this issue 3 months ago • 1 comments

Is your feature request related to a problem? Please describe. A method is needed update/change the value of a named range.

Describe the solution you'd like https://developers.google.com/workspace/sheets/api/samples/ranges#update-range describes an updateNamedRange operation to update a named range.

Describe alternatives you've considered delete_named_range() followed by define_named_range() but in between those two operations all of your references to your named range get broken.

brianjmurrell avatar Nov 23 '25 21:11 brianjmurrell

hi :] thanks for the suggestion

please see https://github.com/burnash/gspread/issues/1570

alifeee avatar Nov 26 '25 11:11 alifeee