How to import excel file

1
Hi,   I am trying to import my local excel file so that I can save the information into the entity in Domain model but I don't know hot to do so. I download the 'importexcel' module from the appstore and trying to figure it out. Is there any detail explanation regarding to that? I also got many errors after I importing this module.      I am not sure what I should do now.   Thanks, Ziyu
asked
4 answers
4

Ziyu,

 

in short: you have to import also the MX Reflextion module. (https://appstore.home.mendix.com/link/app/69/)  This module creates the option to reflext the model on the client side.

After that you can use the Excel importer module to create a template. The easist way is to use a excisting excel as template. In the template you select which entity should be filled with the import. 

answered
1

Ziyu,

This How To will guide you through the process in detail:  https://docs.mendix.com/howto/integration/importing-excel-documents

Mike

answered
1

There is a section in the academy you can look at https://gettingstarted.mendixcloud.com/link/path/44

answered
0

try use...C# oledb and excel

answered