Jonathon Broughton 24137fd6c0 Update README.md (#67)
2025-11-04 00:24:12 +01:00
2024-10-11 15:47:09 +02:00
2023-01-19 16:32:56 -06:00
2021-05-07 21:11:08 +01:00
2021-05-07 21:11:08 +01:00
2021-05-26 16:36:52 +01:00
2021-05-07 21:06:00 +01:00
2025-11-04 00:24:12 +01:00
2023-01-21 09:40:44 -06:00


Speckle | Excel

Community forum users website docs

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

npm install
npm run serve
S
Description
Speckle connector for Excel
Readme 700 KiB
Languages
Vue 56.1%
JavaScript 38.3%
TypeScript 4.8%
HTML 0.8%