combine image in different columns

@Aprins I have built a workflow to show how this could be done:

  • save the image as PNG file
  • export the data to an Excel sheet
  • determine the number of Rows and add 2 (to give the image a little bit of space)
  • use OpenPyxl to place the image under the table on the sheet starting in column A

The image will be as large as the PNG file, starting in column A.

Maybe you can adapt this example:

3 Likes