How to read and write data present in excel file in asset folder to sqlite database in android i have an excel file present in asset folder and i have to read that excel file and then write the data present in excel file into my sqlite database
Asked
Active
Viewed 273 times
1
-
possible duplicate of [How to read data from XLS (Excel) file in java, android](http://stackoverflow.com/questions/16890206/how-to-read-data-from-xls-excel-file-in-java-android) – Randyka Yudhistira Mar 19 '15 at 07:16
-
the link you have given thats only read the data but how can i write the data into my sqlite database – vivek bhardwaj Mar 19 '15 at 07:20
-
just use dbhelper. do some research before post question in here – Randyka Yudhistira Mar 19 '15 at 07:21
-
i have searched enough but couldnt find the proper answer .can you please help me into this.i will be very thankfull to you – vivek bhardwaj Mar 19 '15 at 07:27
-
You dont even have to search. Just read a lot of posts here with tag `sqlite`. – greenapps Mar 19 '15 at 08:28