diff --git a/excel-importer-product/README.md b/excel-importer-product/README.md index 80145e0..0a9b5cd 100644 --- a/excel-importer-product/README.md +++ b/excel-importer-product/README.md @@ -1,6 +1,11 @@ # Excel importer -Imports Excel sheets and transforms it into a full featured web application. +This tool supports you in importing MS Excel tables into your Axon Ivy project. +The imported table is added as an entity to a project UI, where it is not only displayed but also made editable. + +![final-dialog](doc/entity-table.png) + + ## Demo diff --git a/excel-importer-product/README_DE.md b/excel-importer-product/README_DE.md new file mode 100644 index 0000000..28a7a5d --- /dev/null +++ b/excel-importer-product/README_DE.md @@ -0,0 +1,6 @@ +# Excel Importer + +Dieses Tool unterstützt dich beim Importieren von MS Excel-Tabellen in dein Axon Ivy-Projekt. +Die importierte Tabelle wird als Entität zu einer Projektoberfläche hinzugefügt, wo sie nicht nur dargestellt wird, sondern auch editierbar ist. + +![final-dialog](doc/entity-table.png)