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

How to set hyperlink?

purgenetik opened this issue · comments

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!

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