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

How can I edit my VIM config so that Vim treats ".ejs" files the same as it currently treats my html files? -

Python __call__ special method practical example -