nithinmurali / pygsheets

Google Sheets Python API v4

Home Page:https://pygsheets.readthedocs.io/en/latest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Naming unbounded ranges

Vanifac opened this issue · comments

Currently, when you attempt to name an unbounded datarange ('Roster'!6:6), it will instead name the range but limited to the number of columns you currently have ('Roster'!A6:H6)

Describe the solution you'd like
I'd like to be able to name an entire row which would make future expansion a bit cleaner.