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 excel to Html activity only works whenUse MS Excel is set true in Open Excel File activity where the input ExcelHandle is created.

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

Input

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

Output

  • Output : String Variable

    The variable that stores converted HTML table code.

Last updated