Excel To HTML
Convert an excel sheet to HTML
Last updated
Convert an excel sheet to HTML
Last updated
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 : ExcelHandle Variable
A variable name that references the opened excel filehandle.
Range : String Argument
The 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 : String Variable
The variable that stores converted HTML table code.