Question

I want to make an iPhone application which fetches XLS data from mail attachments and adds it into the iPhone AddressBook. I am new to the iPhone SDK. Can anyone help me?

Was it helpful?

Solution

You can view the contents of an Excel document with the UIWebView class. But there is no built-in functionality to parse an Excel document, to extract data from it. Consider using CSV or other text-based, non-proprietary formats, if you can.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top