The HTML2XLSX component converts an HTML table file into an XLSX (Excel 2007+ XML Format) file.
fileId
string
✅
The ID of the HTML file containing the table to convert.
fileId
string
The unique ID of the converted XLSX file.
fileName
string
The name of the generated XLSX file.
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
and fileName
.