613
Views
2
Comments
How to implement excel to record list
Question

I am going to mplement excel to data record and I do not have any ideas how to implement it. Can you tell me how to do it? Is there any examples where I can follow? 

2020-03-01 17-52-33
Nikhil Gaur

You can import excel using simle flow like below. 

This same flow (with one additional condition of importing data only when there is no record in entity) can be created using bootstrap data from excel option available on entity.

If you want to import data only once then you can do it using bootstrap option else you can use this same logic (you may need to do some modification) in your application to import excel at runtime.

2025-11-19 06-14-01
Miguel Verdasca
Champion

Hi,

Created a structure for that excel attributes and defined record definition as that structure. 

then loop that structure list and insert it in entity.

Please, check this documents too:


If you want How to Export Entity Data to Excel or How to customize the export to Excel, please check this documents.


I hope this help you,

Cheers,
Nuno

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.