Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Generate a spreadsheet file on iOS that is readable both by Excel and Numbers

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?

like image 695
Yurie Avatar asked Nov 14 '22 00:11

Yurie


1 Answers

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

like image 179
Erik Avatar answered Apr 28 '23 06:04

Erik