objective c - Excel file into NSArray -


i have excel file data need use source table view. how can convert .xls plist file can parse nsarray? numbers app in iwork suite have option?

thanks.

the solution i’ve used in past export .xls tab-delimited file , use e.g. python script convert plist. it’s pretty easy, though providing sample code difficult because it’s pretty problem-specific.


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -