JSON to XLSX
JSON2XLSX Component
Overview
The JSON2XLSX component converts a JSON file into an XLSX (Excel 2007+ XML Format) file.
Input Parameters
Parameter
Type
Required
Description
fileId
string
✅
The ID of the JSON file to convert.
Output Parameters
Parameter
Type
Description
fileId
string
The ID of the generated XLSX file.
fileName
string
The name of the XLSX file.
Instructions
Select the Input JSON File:
Upload or provide the
fileId
of the JSON file to be converted.
Processing:
The component converts the JSON file into an XLSX format.
Retrieve the XLSX File:
The output provides the new file's
fileId
andfileName
.
Last updated