简体   繁体   English

如何在iPhone中以编程方式以Mac xml xls文件格式导出sqlite3数据库?

[英]How to export sqlite3 database in mac xml xls file format programmatically in iPhone?

如何以编程方式以Mac xml excel .xml和Microsoft excel xsl xml电子表格格式导出sqlite3数据库表?

If you used Core Data to manage your DB just loop on the Entities and use a NSMutableString to build your document. 如果您使用Core Data管理数据库,则只需在Entities上循环并使用NSMutableString来构建文档。 For MS Excel you can build an HTML and it will be read too. 对于MS Excel,您可以构建HTML,它也会被读取。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM