fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
9 lines
465 B
Text
9 lines
465 B
Text
Library to create spreadsheet files compatible with
|
|
MS Excel 97/2000/XP/2003 XLS files, on any platform, with Python 2.3
|
|
to 2.6
|
|
|
|
xlwt is a library for generating spreadsheet files that are compatible
|
|
with Excel 97/2000/XP/2003, OpenOffice.org Calc, and Gnumeric. xlwt
|
|
has full support for Unicode. Excel spreadsheets can be generated on
|
|
any platform without needing Excel or a COM server. The only
|
|
requirement is Python 2.3 to 2.6. xlwt is a fork of pyExcelerator.
|