JSON to XLSX Conversion Automation using UI Path

@Cedrick_Julian
There are two activities available to Deserialize Json. If your Json is already in array structure, you can use deserializeJsonArray activity. Else you have to use DeserializeJson activity. The result of these activities will be JsonArray and Jsonobject respectively.
You have to convert this resultant value to datatable.
Use write range activity to write the datatable in the excel

Please refer-