I am having below object
[
{
"Employee List":"John",
"Employee Category":"Category1"
},
{
"Employee List":"Will",
"Employee Category":"Category2"
},
{
"Employee List":"Brock",
"Employee Category":"Category1"
},
{
"Employee List":"Jade",
"Employee Category":"Category2"
},
{
"Employee List":"Stuart",
"Employee Category":"Category1"
},
{
"Employee List":"Banner",
"Employee Category":"Category1"
}
]
And I am using XLSX module in order to have excel export from above object.
I am able to get the export as seen in below screenshot:
I want to restructure my excel export as below:
Is it possible to do so?