2. Setting up your Apps Script Project - jaredhasenklein/FRC-API-for-Google-Sheets GitHub Wiki

Create a new Google Spreadsheet

  1. Go to drive.google.com
  2. Click New > Google Sheets
  3. Name your sheet

Create an Apps Script Project within the sheet

  1. From your Google Sheet, click Extensions > Apps Script
  2. Name the project
  3. Delete the placeholder code
  4. Save