nithinmurali / pygsheets

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

How to set hyperlink? #569

Closed purgenetik closed 1 year ago

purgenetik commented 1 year ago

Hello!

Thanks for the module - fantastic work! The question is - how to insert a hyperlink into a cell (Cntrl-K option in Google Spreadsheets)? Is there such a functionality. or is it somehow possible to insert it in the form of a formula? Didn't understand how to do it?

Good luck!

nithinmurali commented 1 year ago

Hi you can use this formula =HYPERLINK("https://www.google.com", "my_link")