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.
-
Initiate the Excel imported via menu
File
>Import
>Axon Ivy
>App Dialog from Excel
. -
Pick a project, where the Excel records should be imported to as Entity with a Dialog.
-
The importer will create the EntityClass, that represents entries in the Database.
-
A simple process will be created, leading to a Dialog to explore your imported Entities.
-
Furthermore, the Dialog allows you to modify, delete and add new entries.
In the project, where the Excel data should be managed:
- Create a persistence unit under
/config/persistence.xml
- Add the properties
hibernate.hbm2ddl.auto=update
(to allow schema changes)hibernate.id.new_generator_mappings=false
(to use classic sequence)
- Set the Data source to a valid database. If there is none, set it up under
/config/databases.yaml