Hello everyone,
I’m trying to build a workflow that processes some data and then saves it to different sheets within a single local Excel file .
For example, I want to take data from Step 1 and append it to “Sheet A”, and then take data from Step 2 and append it to “Sheet B”, all within the same main_file.xlsx.
My problem is that I can’t figure out how to do this. Every time I use the Microsoft Excel node to write data, it seems to create a completely new file instead of updating the existing one.
The only workaround I’ve been able to come up with is to save the data to a separate, new file each time. This works, but it’s not the solution I’m looking for, as I need all the data consolidated in one main file.
Is there a way to configure the node to append data to a specific sheet in an existing local file? How can I handle writing to multiple different sheets in the same file within a single workflow?
Any help or guidance would be greatly appreciated!
Thank you.