Hi,
How can we convert a json data to xlsx file in Ionic 4. I tried using xlsx package but it is not downloading the file in mobile, though it is working fine in browser when we do ionic serve.
Hi,
How can we convert a json data to xlsx file in Ionic 4. I tried using xlsx package but it is not downloading the file in mobile, though it is working fine in browser when we do ionic serve.
I use this plugin, maybe it will help
Thanks for the help! I tried it with papa-parser and it worked.
can you share the code ?