Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Using Google Apps Scripts offline

Is it possible to use Google Apps Scripts offline? I have a Google Spreadsheet with scripts to keep things updated as I add data. I do not need to edit the scripts, but I need to be able to run them for my spreadsheet to make sense.

If not, are there any speadsheets applications, that would allow for easy porting of scripts?

like image 402
taavilooke Avatar asked Mar 13 '14 00:03

taavilooke


People also ask

Does Google App script work offline?

With triggers, your sheet can continue to be edited while you are offline. Once you are back you should receive the changes.

Is it worth learning Google Apps Script?

Apps Script is a good beginner coding language to learn if you work with Google tools, as it allows you to automate processes and do useful things without needing to learn everything about Apps Script first.

Is it safe to use Google Apps Script?

Most likely it is safe since the script is only accessible to the script owner and Workspace Admins if it is for Google workspace (which may or may not be an issue).


1 Answers

You can not because Google Apps Script run in Cloud. But you can use New Google Sheets offline.

like image 130
MA1 Avatar answered Oct 21 '22 08:10

MA1