Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 530 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 530 Bytes

Ionic Export Data in to CSV

Now a day in mobile world there are plenty of applications which we are using in our day to day life. Almost all applications are use to managing our data. This app is demostrating how to export data into csv using different delimiter.

Installation

  • Clone repository

git clone https://github.com/chintankukadiya18/IonicExportData2CSV.git
cd IonicExportData2CSV
  • Install all dependencies

npm install
  • Run on Android device

ionic cordova run android