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.