diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2012-01-08 07:01:25 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2012-01-08 07:01:25 +0000 |
commit | c5d811a37d56d8b50097c8e3ae91f58980ee7ed9 (patch) | |
tree | 5810e1ce97ce2cdafc8ab85ef5ee1efef73f5b58 /textproc/xlreader | |
parent | a03386997b05123634c4a845036ff9a7340f2c38 (diff) |
Repeated words are are hard to to find sometimes.
Approved by: portmgr (itetcu)
Notes
Notes:
svn path=/head/; revision=288737
Diffstat (limited to 'textproc/xlreader')
-rw-r--r-- | textproc/xlreader/pkg-descr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/xlreader/pkg-descr b/textproc/xlreader/pkg-descr index 43c7084c9643..5f9d9945784d 100644 --- a/textproc/xlreader/pkg-descr +++ b/textproc/xlreader/pkg-descr @@ -1,6 +1,6 @@ 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 +to tab delimited, CSV or SQL inserts. Written in C. Based on the Java version by Andrew Khan. This project was designed out of frustration. |