diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-05-14 12:09:56 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-05-14 12:09:56 +0000 |
commit | c2a049a09cfc57aef7a8fa4d1452c5ef43ed4257 (patch) | |
tree | 431166dd1179ef38afb6c700015efcf7dae2c414 /textproc/Makefile | |
parent | 3cfd56599484fc7e3118196115d944173681f645 (diff) |
Add py-excelerator.
pyExcelerator is a Python library that can generate Excel 97+ files and import
Excel 95+ files. It supports Unicode in Excel files, and can use a variety of
formatting features and printing options. It can dump Excel and OLE2 compound
files.
WWW: http://sourceforge.net/projects/pyexcelerator
PR: ports/80962
Submitted by: Choe Cheng-Dae <whitekid@gmail.com>
Notes
Notes:
svn path=/head/; revision=135233
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 586ed2d56480..d72c9a25273a 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -531,6 +531,7 @@ SUBDIR += py-csv SUBDIR += py-docutils SUBDIR += py-dsv + SUBDIR += py-excelerator SUBDIR += py-expat SUBDIR += py-feedparser SUBDIR += py-jaxml |