How to Get Hyperlinks Using Google Sheets API v4
问题 I am trying to access a hyperlink using the v4 API ValueRenderOption param ( valueRenderOption=FORMULA ). I have tried with both python's gsheets and cURL. Either way, I cannot seem to get the formula that will show a hyperlink. Below is a screenshot of the spreadsheet; note the cell containing the value 2 has its formula shown, as expected, but that the hyperlink to https://example.com is shown as "sup". Is there a new way that we are supposed to access the contents of hyperlinks? gsheets: