diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-06-29 15:29:10 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-06-29 15:29:10 +0000 |
commit | da9f7f90147dda802f02bee04b1b0b7da2fd93a9 (patch) | |
tree | 8a4ea1099f750ee020e1bfbd7969d0a0ac653882 /textproc/Makefile | |
parent | 9cd8cc16dd911a0ffb9edb1805cdeb7f35abc8be (diff) | |
download | ports-da9f7f90147dda802f02bee04b1b0b7da2fd93a9.tar.gz ports-da9f7f90147dda802f02bee04b1b0b7da2fd93a9.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>
Notes
Notes:
svn path=/head/; revision=138194
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 6bbcfba9fedb..4e7c99e1849d 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -721,6 +721,7 @@ SUBDIR += xhtml1-xsd SUBDIR += xincluder SUBDIR += xlhtml + SUBDIR += xlreader SUBDIR += xls2xml SUBDIR += xml-i18n-tools SUBDIR += xml-lite.el |