Joseph Chisom Ofonagorochisom.hashnode.dev·Dec 2, 2024Working with App Script for Google WorkspaceIntroduction Google Workspace is a set of productivity tools like Gmail, Google Sheets, Docs, Calendar, Drive, Sheets. These tools can be used collectively for achieving many productivity tasks and this is where App Script comes in the picture. App ...1 likeapp script
MAHBUBUL ALAMpromahbubul.hashnode.dev·Apr 23, 2024Automatic google spreedshet page pdf save in google drivefunction onOpen() { const ui = SpreadsheetApp.getUi(); ui.createMenu('MENU') .addItem('PDF','makePDF') .addItem('Clear Routine','clear') .addToUi(); } function clear() { var spreadsheet = SpreadsheetApp.getActive(); spreads...google spreedshet
nidhinkumarblog.nidhin.dev·Apr 19, 2020Send Tweets from Google Sheets using a Google Apps ScriptSource: 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 ...app script