Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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

share|improve this question

closed as not a real question by Tim, Janak Nirmal, Brad Larson Nov 25 '12 at 20:35

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.

2 Answers

up vote 2 down vote accepted

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:

http://blog.danilocampos.com/2009/12/04/convert-a-csv-into-a-plist-file/

which is for a mac app that converts csv files to plist files. I had to edit the

- (IBAction)executeConversion:(id)sender

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.

share|improve this answer

try this link...

http://tomsbigbox.com/search-a-uitableview/

http://code-ninja.org/blog/2012/07/04/filtering-a-grouped-uitableview-with-a-search-bar/

share|improve this answer
Thanks for links, but I need help in searching excel data i.e. where I have to store this and how I can get this using search. – rtyc Sep 25 '12 at 16:44

Not the answer you're looking for? Browse other questions tagged or ask your own question.