Search code examples
iphoneobjective-csqliteexportexport-to-excel

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


How to export the sqlite3 database table in mac xml excel .xml and microsoft excel xsl xml spreadsheets format programmatically?


Solution

  • 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.