Hi, everyone!
I want to make an app in our company Gallery that updates a sheet in an existing Excel file, and then make that file downloadable in the Gallery as its output.
It goes something like:
- We have an existing Excel file with a Pivot Table sheet and a Raw Data sheet. The Pivot Table is the report that they use, and it uses data from the Raw Data sheet. I want to keep this file untouched in a specific location.
- My workflow in the Gallery makes calculations and creates a table that will go into the Raw Data sheet.
- I now want to load the existing Excel file from (1) into the workflow, and update/overwrite its Raw Data sheet with the table from (2).
- Finally, I want to end the workflow by outputting the resulting Excel file from (3), making it downloadable in the Gallery.
Please advise on how the above (particularly Steps 3 & 4) can be accomplished, or if it's at all possible.
Just for additional context: I already have a similar workflow, but it updates the Raw Data sheet of the existing Excel file, and moves it into a different folder. My intention now is to make it easier for the user by making the output file downloadable at the end of the workflow in the browser itself, instead of forcing the user to go to that folder location to get the output.
Thanks a lot for any help. 😊