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
Post a Comment