I have a excel sheet containing locations(Store name. address,city,state,zip) and I want to develop a iphone app to search these locations using address, city, zip or using current location. Kindly tell me how can achieve this.
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I just had a similar issue recently. I saved my excel files to csv format, and then I downloaded the code described in this link:
which is for a mac app that converts csv files to plist files. I had to edit the
method in AppController.m to get the plist in the format I wanted, but it was straightforward. It may not be the best solution, but it was the best I could find.