Google Apps Script topic
Google Apps Script is a scripting platform developed by Google for light-weight application development in the Google Workspace platform. Google Apps Script was initially developed by Mike Harm as a side project while working as a developer on Google Sheets. It is based on JavaScript 1.6, but also includes some portions of 1.7 and 1.8 and a subset of the ECMAScript 5 API.
Other resources
- Read the API documentation at https://developers.google.com/apps-script
- Access the application at https://script.google.com
IMPORTJSONAPI
Use JSONPath to selectively extract data from any JSON or GraphQL API directly into Google Sheets.
google-docs-add-on
Publish to WordPress from Google Docs
robinhood-google-sheets
Robinhood Custom Functions for Google Sheets 📈
gas-webpack-plugin
Webpack plugin for Google Apps Script
apps-script-oauth1
An OAuth1 library for Google Apps Script.
sheetfu-apps-script
A Google apps scripts ORM to manipulate spreadsheets as database tables.
lodashgs
Lodash is a library that enables the use of the lodash.js library in Google Apps Script
facebook-ads-reporting-google-apps-script
This script pushes Facebook Ads data to Google Sheets.
google-apps-script
🛠Manage and deploy your Google Apps Script projects using the command line
ggsrun
This is a CLI tool to execute Google Apps Script (GAS) at own terminal on local PC. Also this CLI tool can be used for managing files in Google Drive for OAuth2 and Service Account.