Android xls 文件支持
我正在开发一个带有小型数据库的 Android 应用程序。我的客户希望能够将数据库导出为 Excel 的 .xls 文件。
Java Excel API 是实现此功能的正确选择吗?我在一些论坛上看到它不适用于 Android。
I am developing an application for Android with a small database. My client wants to be able to export the database in an .xls file for Excel.
Is the Java Excel API the right option for implementing this feature? I have read on some forums that it doesn't work well for Android.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我在我的 Android 项目中使用了 jExcel,它运行得很好。
I used jExcel in my Android project and it worked fine.