I want to create an Android app using Microsoft Excel as the database.
In the app, I would give input that would update an Excel file.
How do I proceed?
I want to create an Android app using Microsoft Excel as the database.
In the app, I would give input that would update an Excel file.
How do I proceed?
In android a light weight SQLite Database is provided along with the framework to fulfill your database requirements,Try using it.Its quite easy to use
Check the link for knowing about it in detail
and also
How to convert excel sheet into database of sqlite in android
There is no such ms excel integration in android as you are asking.Try to alter your database requirements.For further explaination about your scenario,please comment.