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

  1. Select the Input JSON File:

    • Upload or provide the fileId of the JSON file to be converted.

  2. Processing:

    • The component converts the JSON file into an XLSX format.

  3. Retrieve the XLSX File:

    • The output provides the new file's fileId and fileName.

Last updated