【发布时间】:2015-01-05 02:35:09
【问题描述】:
我想创建一个使用 Microsoft Excel 作为数据库的 Android 应用程序。
在应用程序中,我会提供更新 Excel 文件的输入。
我该怎么做?
【问题讨论】:
-
谷歌:
android excel database
我想创建一个使用 Microsoft Excel 作为数据库的 Android 应用程序。
在应用程序中,我会提供更新 Excel 文件的输入。
我该怎么做?
【问题讨论】:
android excel database
在android中提供了一个轻量级的SQLite数据库以及框架来满足您的数据库需求,尝试使用它。它很容易使用
Check the link for knowing about it in detail
还有
How to convert excel sheet into database of sqlite in android
Android 中没有您要求的这样的 ms excel 集成。尝试更改您的数据库要求。有关您的方案的进一步说明,请发表评论。
【讨论】: