diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-05-14 16:31:39 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-05-14 16:31:39 +0000 |
commit | 772d4e8f95e47f5c5a92abe0ead9ff06fdf5a1fe (patch) | |
tree | 3789d848a399ebf28e8f07176a7ecafd3559cb9e /textproc/Makefile | |
parent | ed4e5407efc121deb73c14a12e6970bb5ddcbce4 (diff) |
Add py-xlwriter.
pyXLWriter is a Python library for generating Excel-compatible spreadsheets.
It's a port of John McNamara's Perl Spreadsheet::WriteExcel module (see
http://www.cpan.org) to Python.
WWW: http://pyxlwriter.sourceforge.net/
PR: ports/80930
Submitted by: Choe Cheng-Dae <whitekid@gmail.com>
Notes
Notes:
svn path=/head/; revision=135244
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 d72c9a25273a..4976e7522b3e 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -548,6 +548,7 @@ SUBDIR += py-tvgrab SUBDIR += py-twistedLore SUBDIR += py-wordnet + SUBDIR += py-xlwriter SUBDIR += py-xml SUBDIR += py-xmltools SUBDIR += py-xmltv |