There is no innate ability to read Excel data into a Foundation container, like an NSArray
or NSDictionary
. You could, however, convert the file (with Excel) to a comma-separated-value (CSV) file and then parse each line's cells on the iPhone using the NSString
instance method -componentsSeparatedByString:
.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…