Hi Outsystems team,
I'm using version 11, and I am trying to build a page where I can compare two excel files with several sheets, and where the output would be a single Excel file with several sheets. The problem is, I can only create an Excel file with a single sheet. I built an aux function where the output is a binary data list, where basically the data of each element is the content of a single excel sheet. Then, in the main function, I wanted to join all this data and use "Record to Excel File" to create a single Excel file with several sheets, according to the data of each element of that binary data list that I have mentioned before, and then I would just download this final Excel file. Everything is working out, except the part of creating an excel file with more than one sheet (the output of that download is just a file with a single sheet). Can anyone help me out with that?
Alexandre Pereira