diff options
author | jylefort <jylefort@FreeBSD.org> | 2005-06-29 23:29:10 +0800 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2005-06-29 23:29:10 +0800 |
commit | de6082d7bc9c516d4eb9c521a15fefd999a8a428 (patch) | |
tree | 78f4c2f6636b3313ca9bef16d5ee1020a0816956 /textproc/xlreader/pkg-descr | |
parent | a8dc0ff9a1546194b015a9b864cbb0a83189df19 (diff) | |
download | freebsd-ports-gnome-de6082d7bc9c516d4eb9c521a15fefd999a8a428.tar.gz freebsd-ports-gnome-de6082d7bc9c516d4eb9c521a15fefd999a8a428.tar.zst freebsd-ports-gnome-de6082d7bc9c516d4eb9c521a15fefd999a8a428.zip |
Add xlreader.
Read data from Excel spread sheets without Microsoft! Provides an API to allow
any application to read Excel documents. The xlreader tool converts Excel data
to tab delimited, CSV or SQL inserts. Written in C. Based on the the Java
version by Andrew Khan.
This project was designed out of frustration.
WWW: http://www.giffin.org/xlreader.php
PR: ports/82629
Submitted by: Emanuel Haupt <ehaupt@critical.ch>
Diffstat (limited to 'textproc/xlreader/pkg-descr')
-rw-r--r-- | textproc/xlreader/pkg-descr | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/xlreader/pkg-descr b/textproc/xlreader/pkg-descr new file mode 100644 index 000000000000..96df82eb2ed0 --- /dev/null +++ b/textproc/xlreader/pkg-descr @@ -0,0 +1,11 @@ +Read data from Excel spread sheets without Microsoft! Provides an API to allow +any application to read Excel documents. The xlreader tool converts Excel data +to tab delimited, CSV or SQL inserts. Written in C. Based on the the Java +version by Andrew Khan. + +This project was designed out of frustration. + +WWW: http://www.giffin.org/xlreader.php + +- ehaupt +ehaupt@critical.ch |