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 Argument Required A variable name that references the opened excel filehandle.

  • SheetName : String ArgumentRequired 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