Excel To SQLite in android

2019-07-29 01:29发布

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?

2条回答
仙女界的扛把子
2楼-- · 2019-07-29 01:40

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.

查看更多
成全新的幸福
3楼-- · 2019-07-29 01:44

Just export your Excel data to CSV format and Import from Sqlite Browser source CSV

enter image description here

查看更多
登录 后发表回答