Speckle client for Microsoft Excel
Speckle v1 has reached EOL and is no longer mainatined. Check out our brand new 👉 Speckle v2! Read more about the announcemnt here and check out or new website.
SpeckleExcel will be added to the Office AppSource soon. For now, you can sideload the plugin using the following steps:
- Download
manifest.xml
from the SpeckleExcel folder here - Sideload the app:
- SpeckleExcel requires updated Speckle servers (minimum commit supported)
- Please ensure that your Speckle server has
https://excel.speckle.systems
specified underREDIRECT_URL
within the.env
file
SpeckleExcel contains two Office add-ins to sideload, one for release and one for development:
- SpeckleExcel: uses
https://excel.speckle.systems
as the plugin source - SpeckleExcelDev: uses
https://localhost:8080
as the plugin source- Make sure to add the certificate from
https://localhost:8080
before loading the plugin
- Make sure to add the certificate from
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run start
# build for production with minification
npm run build