In my project, I have a png files in the folder path (Data\Output)
Code1.png, Code2.png, Code3.png (this will be dynamic. iE there can be 10 images as well in some cases)
In my automation, I am generating the excel file (Result.xlsx) with number of sheets dynamically.
Now, I want to add the png files to the Result.xlsx by creating a new Sheet (Screenshots)
You may try attached workflow.
It will add picture to already openned excel (objXLS argument) to given (existing) sheet at given (top/left) position.
Cheers