• Stars
    star
    271
  • Rank 151,717 (Top 3 %)
  • Language
    Objective-C
  • Created almost 13 years ago
  • Updated almost 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Framework to read Excel xls spreadsheets

DHlibxls - An ObjectiveC Framework that can read Microsoft Excel(TM) Files.

1 March 2020:

The library is now under management by Evan Miller, on github at this location: https://github.com/libxls/libxls

Unsure this moment how to build the libary as a submodule, will look at it in the future.

Somewhat out of date below:

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. Ensure 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 includes the libxls source via a git submodule. Don’t forget to

git submodule update --init --recursive

the first time you clone the repository. From then on use

git submodule update

to ensure it’s up-to-date.

Alternatively, you can clone the official SVN repository into the submodule git repo using

git svn clone https://libxls.svn.sourceforge.net/svnroot/libxls/trunk/libxls libxls

All of the above commands should be called from within DHlibxls as your working directory.

Run the Test project to see the framework in action (and how to wire it up).

The included project has a run script that pulls the libxls source from SourceForge. If you don't have svn setup properly that script will fail. To test whether or not its going to work, open Terminal, cd /tmp, and run this command:

svn co https://libxls.svn.sourceforge.net/svnroot/libxls/trunk/libxls libxls

If that does not work then you have to figure out why, or maybe it will ask you to confirm the remote side. Once it works without prompting you for any information the project should build.

License

BSD license

More Repositories

1

PhotoScrollerNetwork

Awesomely fast enhanced version of Apple's PhotoScroller, also pulls images from network.
Objective-C
359
star
2

htmlcxx

a simple non-validating css1 and html parser written in C++ tuned for iOS and Mac
C++
88
star
3

libjpeg-turbo-builder

Xcode project and script files to help build a fat library with multiple architectures including the Simulator
48
star
4

SAX-JSON-Parser-ForStreamingData

Parse JSON arrays as they download, convert each object to native using NSJSONSerialization, and return it to a delegate.
Objective-C
19
star
5

NSOperation-WebFetches-MadeEasy

Add the OperationsRunner class to your class and get going with concurrent web fetches today!
Objective-C
12
star
6

EmailAddressFinder

Construct near perfect Email regular expressions, and then employ them to validate and find addresses
Objective-C
11
star
7

CoreImageFunHouse

Update of Apple's Core Image Fun House (FunHouse)
Objective-C
10
star
8

EngineeringNotationFormatter

iOS Project demoing C-based Engineering Notation Formatter
Objective-C
10
star
9

PhotoScrollerSwiftPackage

Extract PhotoScrollerNetwork into a Swift Package
C
8
star
10

URLFinderAndVerifier

Find URLs in arbitrary text, test if a given string is a valid URL
Objective-C
6
star
11

CreateShadowedRoundRectButtonImage

Create backgrounds and buttons that mimic ios7 iPhone and iPad keyboards
Objective-C
6
star
12

Concurrent_NSOperations

Xcode 4 projects for Mac and iOS to test and explore how to create and control style Concurrent NSOperations
Objective-C
6
star
13

FastEasyConcurrentWebFetches

Infrastructure to manage pools of web interface operations, elegant, simple, and quickly cancelable.
Objective-C
5
star
14

ObjectTracker

Get log messages and optionally other information when standard system objects like NSArray get dealloced
Objective-C
5
star
15

DHBarButtonItem

Easy to use UIBarButtonItem subclass supporting multiple images and text (requires ARC)
Objective-C
4
star
16

TableSectionsAndAnimatedUpdate

How to Allow limited Selections in some but not all TableView Sections
Swift
3
star
17

PhotoScrollerNetwork2

Demo app that uses the new PhotoScrollerSwiftPackage, updated PhotoScrollerNetwork code
Swift
3
star
18

Logorrhea-Updater

Patches OS X Logorrhea 1.3.1 to make it a 10.7 ARC app with several bug fixes
3
star
19

ScrollWatcher

Know when the user is touching a UIScrollView, or its moving on its own, to prevent CPU intensive tasks from affecting the UI
Objective-C
2
star
20

SAX-CSV-Parser-Package

Swift Package that decodes CSV from data provided by some streaming source
Swift
1
star
21

PropertyMaster

Unify ivars and properties for Xcode 3 and Xcode 4
PHP
1
star
22

PhotoDisplayUsingMetal

Dirt Simple Project to show how to Display an Image (e.g JPG) using Metal in a MTKView for total Noobies (like me)
1
star
23

ReallyFastHTMLDecode

Objective-C HTML Decoder with Parallel Processing
Objective-C
1
star