-
Notifications
You must be signed in to change notification settings - Fork 84
Expand file tree
/
Copy pathREADME
More file actions
18 lines (11 loc) · 841 Bytes
/
README
File metadata and controls
18 lines (11 loc) · 841 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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).
License: the ObjectiveC components use a BSD license, but be aware that the
C libxls source is currently under the LGPL license.