nithinmurali / pygsheets

Google Sheets Python API v4
https://pygsheets.readthedocs.io/en/latest
Other
1.51k stars 220 forks source link

Any support for updating existing name range? #551

Open ltanedo opened 2 years ago

ltanedo commented 2 years ago

Its probably included, but can anyone give pointers on updating existing named ranges?

nithinmurali commented 2 years ago

Can you please be more specific about updating existing named ranges? You can see existing docs here updating existing named ranges? https://pygsheets.readthedocs.io/en/latest/datarange.html

ltanedo commented 2 years ago

Hi, I meant I was looking to update a range (rows an cols) on a named range, that's already created.

I looked at your docs and maybe the update_named_range() function is it.