Speckle client for Microsoft Excel
SpeckleExcel will be added to the Office AppSource soon. For now, you can sideload the plugin using the following steps:
- Download
manifest.xmlfrom 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.systemsspecified underREDIRECT_URLwithin the.envfile
SpeckleExcel contains two Office add-ins to sideload, one for release and one for development:
- SpeckleExcel: uses
https://excel.speckle.systemsas the plugin source - SpeckleExcelDev: uses
https://localhost:8080as the plugin source- Make sure to add the certificate from
https://localhost:8080before 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