Imports Excel sheets and transforms it into a full featured web application.
-
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.
In the project, where the Excel data should be managed:
- Create a persistence unit under
/config/persistence.xml
- Add the property, to allow schema changes
hibernate.hbm2ddl.auto=update
- Set the Data source to a valid database. If there is none, set it up under
/config/databases.yaml