Loading
1883 views
How to read excel files using objective-C in iphone?
Page 1
1–3
I think the short answer is: you can't !
The Microsoft Office SDK uses COM (and .Net) which is only available on Windows and works well from all the scripting languages. An IIS web server could read the spreadsheet, so you could use a web service to deliver data to your iPhone.
If I may, let me rephrase the question slightly -- could the iPhone (or iPad, for that matter) read an Excel file saved in a comma separated (.csv) format? Any helps (sample code) on that front?
Page 1
1–3