Sep 3, 2018 · 1 min read
Thanks for the wonderful article, I was able to implements this successfully. but now I have a small issue.
My data is
{
"id_record": 2,
"groupName": "PD",
"count": 15,
"userList": [{
"name": "jeffhua",
"nEmail": "jeffhua@abc.com"
},
{
"name": "joey",
"nEmail": "joey@abc.com"
},
{
"name": "angelagosto",
"nEmail": "angelagosto@abc.com"
}
]
}the generated excel has data till userlist, but not the userlist datas. what changes should I do.