nithinmurali / pygsheets

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

Naming unbounded ranges #564

Open Vanifac opened 1 year ago

Vanifac commented 1 year ago

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.