Creating Your First Project
Creating a project
From the dashboard, click the New Project button. You have two options:
Option A: New spreadsheet
Choose New Spreadsheet to have SheetEngine create a brand new Google Sheet in your Drive. This is the quickest way to start experimenting.
- Enter a name for your project
- Click Create
- SheetEngine creates the spreadsheet and its bound Apps Script project automatically
Option B: Connect an existing spreadsheet
Choose Connect Existing to link SheetEngine to a spreadsheet you already have.
- Select the spreadsheet from Google Drive using the sheet picker
- Paste the Apps Script project URL for that sheet
- Click Connect
SheetEngine links the existing script project to your workspace and loads its code into the editor.
Project dashboard
Once created, your project appears on the dashboard as a card showing:
- Project name - click to rename
- Last modified date
- Deploy status - whether the latest code has been deployed
Click any project card to open its workspace.
Managing projects
You can delete projects from the dashboard. Deleting a SheetEngine project does not delete the Google Sheet or its Apps Script code - those remain in your Google account.