Hi, I have a Order entity which contains the item details for each user. The user can enter the items one by one as below: It is possible that user might want to add a large number of items to this list. So, I want to give users the option to import the item data from an excel file. I am trying to use the Excel Importer module for this and going through this documentation, I have already created an import template. But I am not sure how to use this template to enable the users to upload item details from an excel file. How can I use this template to allow the users to upload data from excel file? Is there any documentation that I can refer to for this? Thanks
↧