How can i create excel sheet and file in iPhone sdk?(如何在 iPhone sdk 中创建 excel 表和文件?)
问题描述
我想生成应用程序以在 iPhone sdk 中创建 excel 文件.任何人都可以建议我创建它.
i want to generate the application to create the excel file in iPhone sdk. can anybody suggest me to create it.
推荐答案
好吧,对的人看到了你的帖子!SourceForge 上有一个开源 C++ 库,xlslib,可以满足您的需求.
Well, the right guy saw your post! There is an open source C++ library on SourceForge, xlslib, that will do exactly what you need.
但是等等 - 还有更多!该库有一个Objective-C 包装器 - 它有点过时但最近有人报告说他们可以在 iOS 上使用它.
But wait - there's even more! There is a Objective-C wrapper to that library - its a bit out of date but recently someone reported that they got it to work on iOS.
支持这个库的两个人似乎对用户非常敏感,因此如果人们使用它,他们很可能会继续支持 ObjectiveC 包装器.
The two people supporting this library appear to be quite responsive to users, so its likely that they will continue to support the ObjectiveC wrapper if people are using it.
也就是说,没有开箱即用的库/框架可以坚持在您的项目中.你将不得不花一些时间,甚至可能一两天,来让这个东西在 iOS 上构建和运行.如果你赶时间,你将不得不花时间.如果你有耐心,你可能会得到帮助.
That said, there is no out-of-the-box library/framework to just stick in your project. You will have to spend some time, maybe even a day or two, to get the thing to build and run on iOS. If you are in a hurry you will have to spend the time. If you are patient you may get help on it.
有一个使用这个库的 ObjectiveC 框架:JXLS.
there is an ObjectiveC framework using this library: JXLS.
这篇关于如何在 iPhone sdk 中创建 excel 表和文件?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:如何在 iPhone sdk 中创建 excel 表和文件?
基础教程推荐
- 如何在没有IB的情况下将2个按钮添加到右侧的UINavigationbar? 2022-01-01
- 在 gmail 中为 ios 应用程序检索朋友的朋友 2022-01-01
- 如何让对象对 Cocos2D 中的触摸做出反应? 2022-01-01
- Android:对话框关闭而不调用关闭 2022-01-01
- 如何在 UIImageView 中异步加载图像? 2022-01-01
- 如何在 iPhone 上显示来自 API 的 HTML 文本? 2022-01-01
- android 应用程序已发布,但在 google play 中找不到 2022-01-01
- UIWebView 委托方法 shouldStartLoadWithRequest:在 WKWebView 中等效? 2022-01-01
- 当从同一个组件调用时,两个 IBAction 触发的顺序是什么? 2022-01-01
- Kivy Buildozer 无法构建 apk,命令失败:./distribute.sh -m “kivy"d 2022-01-01