i have two excel sheet in my D drive i want to copy data from this to my Android Application to save it in sqlite database table and use it in my application.
Asked
Active
Viewed 3,562 times
1 Answers
0
Considering the fact that there is no direct relationship between excel and sqlite, I can only think at 3 solutions:
you build your tables in sqlite (using SQLite Browser) and push it into your application
Use the Google SpreadSheets
You can use this answers: How to convert excel sheet into database of sqlite in android