Use for questions about Google Apps Script, Google's JavaScript-based cloud scripting platform for automating tasks across Google products and third-party services.
It is possible to set number format to a cell with google apps script like cell.setNumberFormat("0.000"); I need to …
google-apps-script google-sheetsI have a Google Form that feeds a Google Docs Spreadsheet. I'd like to--in turn--have that Google Docs Spreadsheet feed …
google-apps-script google-docsI am trying to set some value to a cell in a Google Spreadsheet: function exampleFunction() { var ss = SpreadsheetApp.getActiveSpreadsheet(); …
google-apps-script google-sheets permissions authorization google-sheets-custom-functionHow do I write a Google Apps Script that deletes files? This finds files: var ExistingFiles = DocsList.find(fileName); But …
file google-apps-script google-drive-api delete-fileDoes anyone know if it's possible to use Google Apps Scripts to run without needed a manual event? Meaning - …
google-sheets google-apps-scriptI'm having some problems converting a string to a date object in google apps script. My dates are in the …
date google-apps-script datetime-formatI want to use a Google Form to populate a Google Spreadsheet. One of the fields is email address, and …
google-apps-script google-formsI have a simple Google Form that collects data, and, using AppScript, sends confirmation emails to users who fill it …
google-apps-script google-formsI'm getting a Script function not found: doGet OR Script function not found: doPost when I GET/POST to my …
google-apps-script web-applicationsI am trying to setup a Google Form that will create a 'choose from list' question, with each option being …
google-apps-script google-sheets google-forms