From 892d57a15a63e91076d20a90304c4abe82c67f8c Mon Sep 17 00:00:00 2001 From: Sabine Gillner <129939502+ivy-sgi@users.noreply.github.com> Date: Mon, 14 Oct 2024 14:01:16 +0200 Subject: [PATCH 1/4] Update README.md --- excel-importer-product/README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 From f8dd6ccf19f2968da3812a3c57807412608d66e1 Mon Sep 17 00:00:00 2001 From: Sabine Gillner <129939502+ivy-sgi@users.noreply.github.com> Date: Mon, 14 Oct 2024 14:01:35 +0200 Subject: [PATCH 2/4] Create README_DE.md --- excel-importer-product/README_DE.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 excel-importer-product/README_DE.md diff --git a/excel-importer-product/README_DE.md b/excel-importer-product/README_DE.md new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/excel-importer-product/README_DE.md @@ -0,0 +1 @@ + From be6be67286a465667b1288f888edbdcc85a9a718 Mon Sep 17 00:00:00 2001 From: Sabine Gillner <129939502+ivy-sgi@users.noreply.github.com> Date: Mon, 14 Oct 2024 14:02:13 +0200 Subject: [PATCH 3/4] Update README_DE.md --- excel-importer-product/README_DE.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/excel-importer-product/README_DE.md b/excel-importer-product/README_DE.md index 8b13789..299fb99 100644 --- a/excel-importer-product/README_DE.md +++ b/excel-importer-product/README_DE.md @@ -1 +1,4 @@ +# 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. From 57cc0bf6b05d52edc7da88ab75234af7f08bf6a8 Mon Sep 17 00:00:00 2001 From: Sabine Gillner <129939502+ivy-sgi@users.noreply.github.com> Date: Mon, 14 Oct 2024 14:02:40 +0200 Subject: [PATCH 4/4] Update README_DE.md --- excel-importer-product/README_DE.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/excel-importer-product/README_DE.md b/excel-importer-product/README_DE.md index 299fb99..28a7a5d 100644 --- a/excel-importer-product/README_DE.md +++ b/excel-importer-product/README_DE.md @@ -2,3 +2,5 @@ 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)