Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hallo,
I have the following scenario.
tMap -------> tFileOutputExcel_1
|
+---------> tFileOutputExcel_2
I want to write into the same Excel file, however, did not manage to do so. I only got the output of tFileOutputExcel_2. Even when trying to write to different sheets in the same Excel file, I had only the sheet of tFileOutputExcel_2 in it.
Is it possible to write to the same file from two components?
Thanks, Walter