function onOpen() { const ui = SpreadsheetApp.getUi(); ui.createMenu('MENU') .addItem('PDF','makePDF') .addItem('Clear Routine','clear') .addToUi(); } function clear() { var spreadsheet = SpreadsheetApp.getActive(); spreads...
Source: Nidhinkumar Overview In this post, you will learn how to send automated tweets from Google Sheets to Twitter using Google Apps Script. Objectives What is Apps Script Create a Twitter developer account Create a Google Sheet and enable Apps ...