Matteo Cominetti 2e7b57fbbc fix: linting
2021-10-28 10:45:25 +01:00
2021-10-02 17:08:15 +01:00
2021-10-28 10:45:25 +01:00
2021-05-26 16:36:52 +01:00
2021-05-07 21:11:08 +01: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
2021-10-27 21:42:53 +08:00
2021-10-28 14:39:23 +08:00
2021-05-21 18:17:08 +01:00

Speckle Excel Connector

Twitter Follow Community forum users website docs

Introduction

This repo holds Speckle's Excel Connector, it's currently released as early alpha.

Documentation

Comprehensive developer and user documentation can be found in our:

📚 Speckle Docs website

Developing & Debugging

Register the app:

  • create a Speckle App on your server
  • duplicate .env sample to .env.local
  • then fill it in with your variables

Run it locally:

  • npm install
  • npm run serve
  • You might be prompted to install some certificates, go ahead and accept
  • Wait for the the process to start the Vue app, then in a separate terminal either
    • npm run excel will run excel desktop and sideload the plugin
    • npm run excel:web will run excel web, open the document defined in packages.json and sideload the plugin

If this worked out well, you should see the connector sideloaded correctly:

image

Contributing

Please make sure you read the contribution guidelines for an overview of the best practices we try to follow.

Community

The Speckle Community hangs out on the forum, do join and introduce yourself & feel free to ask us questions!

License

Unless otherwise described, the code in this repository is licensed under the Apache-2.0 License. Please note that some modules, extensions or code herein might be otherwise licensed. This is indicated either in the root of the containing folder under a different license file, or in the respective file's header. If you have any questions, don't hesitate to get in touch with us via email.

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