I read this can be done using the table and render tools and it seems to work, but my issue is that it keeps overwriting my other sheets from my "data output" tool.
My current flow looks like this:
Data Input = Workbook1.xlsx
Block until done > Data Output (Results.xlsx)
Then
Data Input = Workbook2.xlsx
Block until done > Data Output (Results.xlsx)
Then
Data Input = Workbook2.xlsx
Block until done > Data Output (Results.xlsx)
This results in the following Output
| Results.xlsx |
| Sheet1WB1 |
| Sheet1WB2 |
| Sheet2WB2 |
a single Excel workbook with multiple sheets (desired result).
What I am trying to add:
I would like to add formatting to "Sheet1WB2", but when I use the table and render tools the entire output file (Results.xlsx) gets overwritten and only shows Sheet1WB2 with the formatting.