Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想制作一个 iPhone 应用程序,它从邮件附件中获取 XLS 数据并将其添加到 iPhone 地址簿中。我是 iPhone SDK 的新手。谁能帮我?
UIWebView您可以使用该类查看 Excel 文档的内容。但是没有内置功能来解析 Excel 文档,从中提取数据。如果可以,请考虑使用 CSV 或其他基于文本的非专有格式。
UIWebView