Hey everyone,
I'm a beginner OutSystem developer and recently I have to make a Web Application with the functionality of importing data from Excel file.
I would like to know how can I import with a button a table from a sheet in a Excel file. I know it can be done with OutSystems. It's hard to search in the internet for a simple solution. Normally I find myself looking to a .xif file with no directions and/or facing problem using those files.
Can anyone expert help me?
Best regards,
MB
Hi Miguel,
Depends exactly on what you want to do... I will explain the three typical scenarios, although yours seems to be the last one:
A shortcut to implement the 3. scenario logic is to follow the instructions on the 2. scenario to let the platform generate the bootstrap action and any required structures and then remove the generated timer and the Excel file in the Data->Resources folder, and adapt the generated action to perform the import and any extra logic required in 3.2.
Jorge Martins wrote:
Hey there,
I've just solved the problem using a similar method from this post:
https://www.outsystems.com/forums/discussion/9384/importing-data-from-excel-help-users/
I would like to thank you for your time to answer my question.
Regards,