Excel Range To Image
Converts excel range to image.
The activity that converts excel range to image and saved in the specified file name.
This activity can only be used after the Open Excel File activity.
The excel range to image activity only works when Use MS Excel as true.
The activity converts the visible content of the specified range to an image.
Input
Input :
ExcelHandle ArgumentRequiredA variable name that references the opened excel filehandle.SheetName :
String ArgumentRequiredThe sheet name of the workbook that contains the range that is to be converted into an image.Range :
String ArgumentRequiredThe excel range that is to be converted into an image.
Output
File Path :
String ArgumentThe file path in which the converted image that to be saved.
Last updated