is it possible to add Hyperlink using Quip API

420 views Asked by At

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

1

There are 1 answers

0
Karpak On

There is no requirement for an API, a straightforward formula can be used instead.

=hyperlink("URL","Label to be shown")