I am using the Google Sheets API to manipulate a spreadsheet. Some cells contain links, where the text shown differs from the underlying link. When I read them with the Google Sheets API, I only get the text. Is there any way to get the underlying URL? Or to write a link to a cell that has differing text content?
Thanks.