Excel To HTML

Convert an excel sheet to HTML

This Activity converts the specified excel sheet or range or cell to an HTML.

This activity can only be used after the Open Excel File activity.

The activity converts the visible content of the specified range to Html

Input

  • Input : ExcelHandle Variable A variable name that references the opened excel filehandle.

  • Range : String ArgumentThe excel range or cell is to be converted to HTML. If this property is not set then it will convert the entire sheet into HTML. Examples are 'A1' and 'A1:D10'

  • Sheet Name : String Argument The name of the sheet in which the excel content is to be converted.

Output

  • Output : String Variable

    The variable that stores converted HTML table code.

Last updated