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
|
|
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
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. |
|||
|
|
|
try this link...
|
|||
|