An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          




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

```bash
npm install
npm run serve