Status: deprecated; not compatible with Speckle v3. Retained as open source for reference and community use. No active maintenance or feature updates are planned.
This repository contains the Speckle Excel Connector, originally released as an early alpha. It enabled sending and receiving data between Microsoft Excel and the Speckle platform. The project is no longer maintained and is not compatible with Speckle v3. For modern workflows, use current SDKs and APIs documented at docs.speckle.systems
Note: the instructions below are preserved for archival purposes.
You need a Speckle App. The server must be on https. Do not use a local server on http://localhost:3000.
Use: https://app.speckle.systems/
In the server frontend, register a new app.
Example values for an app while the Excel add-in runs on https://localhost:3000:
- Name: ExcelConnector
- Redirect URL:
https://localhost:3000 - Permissions:
streams:read, streams:write, profile:read, profile:email, users:read
Then in your local speckle-excel repo:
- Duplicate
.env sampleto.env.local - Add your
app idandsecret - Set
BASE_URL=https://localhost:3000
npm install
npm run serve