我可以在 iOS 中以编程方式创建 .xls 文件吗?

发布于 2024-11-05 17:25:48 字数 51 浏览 0 评论 0原文

我需要在 iPhone 中以编程方式从数组数据创建一个 .xls 文件。这怎么能做到呢?

I need to create a .xls file from the Array data programmatically in iPhone. How can this be done?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

南城追梦 2024-11-12 17:25:48

也许你有麻烦了,也许没有。 “旧”xls 格式是一种二进制格式,我不知道有任何免费库能够读取或写入该格式。如果需要这个,那你可能就不走运了。

然而,如果更新的格式可以,您就可以重新开始工作,因为您可以使用 xml(lib2xml 的 objc 包装器很容易获得)。维基百科对您可能想要查看的格式进行了简短概述:维基百科上的 Excel 文件格式

Maybe you're in trouble, maybe not. The "old" xls format is a binary one and I am not aware of any free libraries which are able to read or write to that format. If this one is required, you're propably out of luck.

If however a more recent format will do you're back in business, because you can use xml (objc wrappers for lib2xml are readily available). Wikipedia features a short overwiev of the format which you might want to check out: Excel file formats on Wikipedia

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文