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 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