Create and send excel file via ionic

Hello all,

Is there any way to create and send excel file via ionic ?

is there any example or tutorial ?

thanks in advance

I export csv file success in ionic today.

I have try ng-csv, AlaSQL, they all can’t export file when you install app on android.

so, I convert JSON to csv string, then use $cordovaFile write string to myCsv.csv file and store it to android sdcard.

links below:

http://ngcordova.com/docs/plugins/file/

maybe this can help.

How do I create a CSV file from IONIC App and export it or download?

@Alexniver suggested:

@losewin: you can try it

can you share the code ?