Upload data from sqlite to excel/csv and push it to google drive

Hi Folks,

I am newbie to IONIC with Angular 4. I am trying to create an application for Android. This application has some data stored in SQLite as tables. Now I want to push data from one of the tables to an Excel or CSV, then move this CSV to google drive.

My main requirement is when a user hits UPLOAD button, application should pop with all the google accounts registered on the mobile and request user to select any one. Once the user selects it, I should be able to create a folder in drive for selected user and push the csv.

To sum it up:

  1. export to csv
  2. let user select the google drive account and upload it there.

Appreciate any kind of help or guidance here.

I’m also looking for the same. If you done this please help me.