I am working on a project where I have to save images in database using excel sheet. I mean how to store images in excel sheet and link that sheet to sqllite database?
相关问题
- How can I create this custom Bottom Navigation on
- Bottom Navigation View gets Shrink Down
- How to make that the snackbar action button be sho
- Listening to outgoing sms not working android
- How to create Circular view on android wear?
You can import that Excel File in the 'SQLite Database Browser' (download from http://sourceforge.net/projects/sqlitebrowser/).
Create an external database, open your project and place that database file in your asset folder, then read from it.
Just export your Excel data to CSV format and Import from Sqlite Browser source CSV