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

风格不统一 提交于 2019-12-21 05:03:19

问题


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?


回答1:


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



来源:https://stackoverflow.com/questions/5804834/generate-a-spreadsheet-file-on-ios-that-is-readable-both-by-excel-and-numbers

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!