Excel Range To Image
Converts excel range to image.
The activity that converts excel range to image and saved in the specified file name.
Input
Input :
ExcelHandle Argument
Required
A variable name that references the opened excel filehandle.SheetName :
String Argument
Required
The sheet name of the workbook that contains the range that is to be converted into an image.Range :
String Argument
Required
The excel range that is to be converted into an image.
Output
File Path :
String Argument
The file path in which the converted image that to be saved.
Last updated