Hi @Asher,
thank you for your reply and sorry for my late answer. I've built an oml file to let everyone who would like to help a better understanding of the issue.
Basically this is the OML structure:
we have a single page in which there's a Form (I'm assigning some sample values in preparation), a Table Records and 3 buttons (Launch Test, Download Excel, Delete Records).
If you click on Launch Test button the Form values are passed as inputs to the Calcola_Piano_Ammortamento action which uses Template.xlsm file (which is stored as a resource).
This file is made of two tabs: Foglio1 and Foglio2
In Foglio1 we write the form inputs, in Foglio2 we read the results based on those inputs.
What we are trying to achieve is to write those results in an Outsystems Entity called Piano_Ammortamento_Riga but we are facing several errors:
-The process is very slow (and it often goes in TimeOut)
-The data that are written in the Piano_Ammortamento_Riga entitie are not all correct (they should be the exact results present in the Second tab of the excel file)
Got any idea?