⬆️ ⬇️

Google Apps script: custom scripts in google apps





Google gives access to Apps Script - Google Apps internal macro language. With Apps Script you can:

- Create your own functions in spreadsheets;

- Automate repetitive tasks;

- Combine different Google products in one workflow;

- To carry out "fine-tuning" Google products to fit your needs.



image

The online Script Editor is available from the Google Spreadsheets spreadsheet and allows you to create and manage your own scripts.

')

Detailed technical documentation for developers and examples of using scripts are also available.

Source: https://habr.com/ru/post/60695/



All Articles