Saving Excel Ranges as Image in unattended mode

Hi, I am working on a process, in which I have a excel file and from the excel sheet have to save the ranges as Picture,
Example. SheetName - Rank
Range - B1:Y23

, I am using a macro to do this, the macro create a tempsheet and then a chart and paste the Range in it as a image. And then save the chart as. png

This work perfectly in the Attended mode, but when process ran in unattended mode,
The picture quality is not clear as it should be.

Yes I Have changes the properties of Excel - Show Excel As true.

Maximum window.
Still the same result,
I am open to try another approach.

Thank you

@sushank,

Try this approach

1 Like

@sushank

The catch here is that you need to change the screenresolution from robot settings and match them with the resolution you are using when running attended

The settings are in orchestrator → tenant → manage access → edit user → settings

https://docs.uipath.com/orchestrator/standalone/2021.10/user-guide/robot-settings

Cheers