I am using the quip api to update a spreadsheet embedded in a doc. I want to know if I can add hyperlinks using the api.
I will have the link in one column the text in another , create a third column which will have the hyperlink text.
Thank you
There is no requirement for an API, a straightforward formula can be used instead.
=hyperlink("URL","Label to be shown")
There is no requirement for an API, a straightforward formula can be used instead.