I working on Google Sheets and wanted to get sheet hyperlink from a cell via Google API. It shows the text only, but has hyperlink too.
As the selected Cell is a link and showing link also. But in the bar above, it is showing Text only. I'm using Google Sheets API v4 to get the Cell value but it is also returning only Cell Value (Rather I tried value_render_option='FORMULA' too).
what is wrong here. Any type of help will be much appreciated. Thanks