Open dronzer1010 opened 7 years ago
Can you describe what you imagine the end result should look like?
Same problem here. Is it possible to call a nested JSON Property? for instance: is it possible to call "billingAddress.street"?
{
name: 'Enrique',
billingAddress : {
street: '5th',
city:'CUU'
}
}
``
@guenruiz were you able to do this?
I was able to do it by restructuring my object to be flatter but it was not efficient at all. I now need to merge every 4 rows and the merges array is getting so large that I run out of memory. This library definitely needs more work.
@omardlhz Thanks I will take a look.
Hello ,
I have a very large dataset that I wanted to export in excel , issue is my dataset contains nested JSON values as well . Can you please let me know a way to do this? or if you have not added support for nested JSON , please add it.