Hi guys,
I am looking for a solution to create a csv (or excel) file from a Json array (on the fly).
Do I need to use a temporary file (with the default cordova plugin for instance) and then, make it downloadable from my button ?
I tried to include it automatically to a mail (with the default cordova mail plugin). But every time the file created was invalid...
Do you know how can I do it ?
Cheers !