nithinmurali / pygsheets

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

Added ability to sync hyperlink value at the cell level. #587

Closed ryfi closed 11 months ago

ryfi commented 11 months ago

Added ability to update hyperlink value at the cell level.

Protected value _hyperlink added on cell object, along with setter and getter properties. Within update() method on cell added conditional check for value and adding url value to appropriate section of ret_json.