Loading
540 views
How to read excel files using objective-C in iphone?
Page 1
1–2
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.
Page 1
1–2