export excel doc into sqlite on Android.
Excel2Sqlite is hosted in the following web site
https://github.com/SwordBearer/Excel2Sqlite
If you think the Android project Excel2Sqlite listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of Excel2Sqlite.
Item | Value |
---|---|
Java File Count | 4 |
Target SDK Version | 16 |
Minimum SDK Version | 4 |
Activity Count | 1 |
jar files used | poi-3.8-20120326.jar |
Required Permissions | android.permission.WRITE_EXTERNAL_STORAGE |
Asset File Names | assets\students.xls |
Excel2Sqlite has the following Java source files.
xmu.swordbearer.excel2sqlite.DBAdapter.java xmu.swordbearer.excel2sqlite.Excel2SQLiteHelper.java xmu.swordbearer.excel2sqlite.MainActivity.java xmu.swordbearer.excel2sqlite.MyCursorAdapter.java