HTML to XLSX
Overview
The HTML2XLSX component converts an HTML table file into an XLSX (Excel 2007+ XML Format) file.
Input Parameters
Parameter
Type
Required
Description
fileId
string
✅
The ID of the HTML file containing the table to convert.
Output Parameters
Parameter
Type
Description
fileId
string
The unique ID of the converted XLSX file.
fileName
string
The name of the generated XLSX file.
Instructions
Provide the File ID:
Select or upload an HTML file containing a table.
Conversion Process:
The component extracts tabular data from the HTML file and converts it into an Excel spreadsheet.
Retrieve the Output:
The resulting XLSX file is provided as output with a unique
fileId
andfileName
.
Last updated