json-to-xlsx
Reactive icon

Json To Excel Converter

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded
 on 17 June 2024
 by 
5.0
 (3 ratings)
json-to-xlsx

Json To Excel Converter

Documentation
1.0.0

Overview

This component allows conversion of a JSON string to an Excel file (Client Side) in OutSystems. It utilizes the SheetJS library for processing and provides a binary Excel file as output.

Features

  • Convert JSON string to Excel file
  • Outputs binary Excel file suitable for download or further processing



How to Use

  • Add the Component to Your Application

    • Import the component from OutSystems Forge.


  • Include the Script

    • drag and drop the "LoadScript" block on the screen where you want to use ConvertToXLSX Action.


  • Example Usage
    • Call the client action "ConvertToXLSX" with your JSON string as input. 
    • Use the output binary Excel file to prompt downloads or further processing.