You should be able to use setFormula and the Hyperlink formula like so:
var value = '=HYPERLINK("www.google.com", "Google")';
SpreadsheetApp.getActiveSpreadsheet()
.getSheetByName("Sheet1")...
Type: Posts; User: milesstone; Keyword(s):
You should be able to use setFormula and the Hyperlink formula like so:
var value = '=HYPERLINK("www.google.com", "Google")';
SpreadsheetApp.getActiveSpreadsheet()
.getSheetByName("Sheet1")...
I would recommend you to visit developer dot mozilla dot org site and you will get which you are looking for because yesterday when I am looking for something like this I visit it and I see that kind...
Hello everyone I am newbie here and I am glad to meet you all.