如何在 iPhone 中以编程方式导出 mac xml xls 文件格式的 sqlite3 数据库?
如何以编程方式导出 mac xml excel .xml 和 microsoft excel xsl xml 电子表格格式中的 sqlite3 数据库表?
How to export the sqlite3 database table in mac xml excel .xml and microsoft excel xsl xml spreadsheets format programmatically?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您使用 Core Data 来管理数据库,只需在实体上循环并使用 NSMutableString 来构建文档。
对于 MS Excel,您可以构建 HTML,它也会被读取。
If you used Core Data to manage your DB just loop on the Entities and use a NSMutableString to build your document.
For MS Excel you can build an HTML and it will be read too.