https://github.com/specklesystems/speckle-excel
Speckle connector for Excel
https://github.com/specklesystems/speckle-excel
aec architecture bim excel speckle
Last synced: 6 months ago
JSON representation
Speckle connector for Excel
- Host: GitHub
- URL: https://github.com/specklesystems/speckle-excel
- Owner: specklesystems
- License: apache-2.0
- Created: 2021-05-07T20:05:59.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-11-01T18:36:56.000Z (over 1 year ago)
- Last Synced: 2025-03-01T13:45:45.708Z (over 1 year ago)
- Topics: aec, architecture, bim, excel, speckle
- Language: Vue
- Homepage: https://speckle.systems/tag/excel/
- Size: 608 KB
- Stars: 19
- Watchers: 3
- Forks: 13
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README

Speckle | Excel
> Status: deprecated; not compatible with Speckle v3.
> Retained as open source for reference and community use.
> No active maintenance or feature updates are planned.
Speckle Connector for Excel
## Introduction
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
## Developing and debugging
Note: the instructions below are preserved for archival purposes.
### App setup
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 sample` to `.env.local`
- Add your `app id` and `secret`
- Set `BASE_URL=https://localhost:3000`
### Running locally
```bash
npm install
npm run serve