This asset allows you to convert JSON data into an Excel file within OutSystems using a custom C# action. It uses the EPPlus library for creating Excel files and Newtonsoft.Json for handling JSON data. With this component, you can pass a JSON string (representing either an array of objects or a single object) and get an Excel file in return.
The asset is useful for exporting JSON data into Excel for reporting, data analysis, or sharing. It's easy to integrate into any OutSystems application and handles different JSON formats. Once installed, simply call the action, pass the JSON data, and receive the Excel file ready for download or further use.