Paste image in excel spreadsheet

Is there a way I am able to paste an image saved to my desktop into a specific spot in an excel spreadsheet in Uipath Studio?

@olsonse
you can use ‘insert image at cell’ activity.
Please follow this steps.
*Install a package called BalaReva.Excel.Activties
select the image path and file path.
specify the column name.

Regards,
Krishna

1 Like

As far as I know, an image in excel is placed in a specific cell not a group of cells. If this is needed and the picture is of certain data, perhaps use an OCR to scrape the data from the image into a data table and insert the data table into those rows and columns.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.