Awesome
camunda-modeler-excel-import-plugin
Camunda Modeler plugin to import Excel Sheets to DMN 1.3 Decision Tables (and vice versa).
It's also possible to export existing DMN 1.3 Decision Tables to Excel Sheets.
How to use
- Download and copy this folder into the
plugins
directory of the Camunda Modeler - Start the Camunda Modeler
Refer to the plugins documentation to get detailed information on how to create and integrate Camunda Modeler plugins.
Development Setup
Firstly, clone this repository to your machine
$ git clone https://github.com/pinussilvestrus/camunda-modeler-excel-import-plugin.git
$ cd camunda-modeler-excel-import-plugin
Install all dependencies
$ npm install
To work properly inside the Camunda Modeler this plugin needs to be bundled.
$ npm run all
Compatibility Notice
This plugin is currently only compatible with following Camunda Modeler versions.
Camunda Modeler | Excel Plugin |
---|---|
4.3 - 4.12 | 1.0 - 1.2 |
5.x | 1.3 or newer |
Contributors
This project was built at the 2020 Camunda Summer Hack Days.
<a href="https://github.com/felixAnhalt"><img src="https://avatars2.githubusercontent.com/u/40368420?s=460&v=4" title="felixAnhalt" width="80" height="80"></a> <a href="https://github.com/pinussilvestrus"><img src="https://avatars1.githubusercontent.com/u/9433996?s=460&u=0426fea4ffc99242b620874ae84e8920ad643cdc&v=4" title="pinussilvestrus" width="80" height="80"></a>
Resources
License
MIT