Hi,
I am trying to create an One Drive Excel (.xlsx) file from a SQL Server Stored Pro (Running a Select Query). It Creates file successfully but I can't open it because it says that file is possibaly corrupt. However when I try to open it in notepad it looks like that data is there but in Json format:
Data displayed in Notepad:
{"Business":"ABC","CreatedOn":"2018-03-01T00:00:00","Product":"XYZ"}
Following is my flow:

Thanks