Wednesday, March 27, 2019

Hello world using google apps script

function hello_world() {
  var my_message="hello world";
  SpreadsheetApp.getUi().alert(my_message);
}

No comments:

Post a Comment