Create an iOS spreadsheet file that is readable by both Excel and Numbers

I need to create an iOS spreadsheet file that can be read by both Excel and Numbers. The CSV file is insufficient because it does not allow multiple sheets and / or formatting.

Which format will work best? And is there a library / framework that I could use to create a file in this format?

+5
source share
1 answer

Create a Google Docs Docs table . Google Data Objective-C Client Library . Then you can import this into Excel / Numbers.

+1
source

All Articles