diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-08-22 22:09:37 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-08-22 22:09:37 +0000 |
commit | 79b10a91b4099a14207044f59c162738d03d9ad3 (patch) | |
tree | b5cc76b67170b777a53035edfaecd957d423f773 /textproc/Makefile | |
parent | ebd38f8e8d020e7f2a834f850ecd420ded1b70f3 (diff) | |
download | ports-79b10a91b4099a14207044f59c162738d03d9ad3.tar.gz ports-79b10a91b4099a14207044f59c162738d03d9ad3.zip |
Library for developers to extract data from Microsoft Excel (tm)
spreadsheet files
Extract data from new and old Excel spreadsheets on any platform.
Pure Python (2.1 to 2.6). Strong support for Excel dates. Unicode-aware.
WWW: http://www.python-excel.org/
PR: ports/137970
Submitted by: Dikshie
Notes
Notes:
svn path=/head/; revision=240147
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 65ab18b127f6..19938bc0a9d6 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -949,6 +949,7 @@ SUBDIR += py-tvgrab SUBDIR += py-twistedLore SUBDIR += py-wordnet + SUBDIR += py-xlrd SUBDIR += py-xlwriter SUBDIR += py-xml SUBDIR += py-xmltools |