5

I need to generate a spreadsheet file on iOS that is readable both by Excel and Numbers. CSV file is not sufficient as it does not allow multiple sheets and/or formatting.

Which format would work the best? And is there a library/framework that I could use to generate a file in that format?

Gary Barrett
  • 1,764
  • 5
  • 21
  • 33
Yurie
  • 899
  • 1
  • 6
  • 10

1 Answers1

1

Create a Google docs spreadsheet the Google Data APIs Objective-C Client Library. Then you can import that into Excel/Numbers.

Erik
  • 7,479
  • 8
  • 62
  • 99