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.
- 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.
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
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 |
This project was built at the 2020 Camunda Summer Hack Days.
MIT