加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
README 958 Bytes
一键复制 编辑 原始数据 按行查看 历史
gtts 提交于 2013-12-12 21:43 . first commit
DHlibxls - An ObjectiveC Framework that can read MicroSoft Excel(TM) Files.
This Framework is based on the libxls open source project host on sourceforge.net:
http://sourceforge.net/projects/libxls/
Usage: include the enclosed project in your primary Xcode project. Insure that there is a dependency
on it in an Target that uses it. [It does not use categories so no need for "-forceload".]
Building: the github repository does not include the libxls source - the Xcode project downloads it
when you run your first build. From then on, every build does an "svn update" in the source to
insure it's up-to-date.
Run the Test project to see the framework in action (and how to wire it up).
To get step by step instructions on how to include DHxlsReaderIOS.xcodeproj into your Xcode project, see:
http://pymatics.com/2011/12/23/tutorial-develop-a-private-framework-for-your-mac-app-using-xcode-4s-workspace-feature/
License: BSD license
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化