XLSX to HTML
XLSX2HTML Component
Overview
The XLSX2HTML component converts an XLSX (Excel 2007+ XML) file into an HTML table format.
Input Parameters
Parameter
Type
Required
Description
fileId
string
✅
The ID of the XLSX file to convert.
Output Parameters
Parameter
Type
Description
fileId
string
The unique ID of the converted file.
fileName
string
The name of the generated HTML file.
Instructions
Select the XLSX File
Choose an existing XLSX file by providing its
fileId
.
Processing
The component will convert the XLSX file into an HTML table.
Output
The resulting file ID and name will be returned for further use.
Last updated