13 | | long_description pyXLWriter is a Python library for generating Excel \ |
14 | | spreadsheets. It is a port of John McNamara's Perl \ |
15 | | Spreadsheet::WriteExcel module version 0.42 to Python. \ |
16 | | It allows writing of Excel spreadsheets without the \ |
17 | | need for COM objects. |
| 13 | long_description xlwt is a library for generating spreadsheet \ |
| 14 | files that are compatible with Excel 97/2000/XP/2003, \ |
| 15 | OpenOffice.org Calc, and Gnumeric. xlwt has full support \ |
| 16 | for Unicode. Excel spreadsheets can be generated on any \ |
| 17 | platform without needing Excel or a COM server. The only \ |
| 18 | requirement is Python 2.3 to 2.6. \ |
| 19 | xlwt is a fork of pyExcelerator. |
19 | | homepage http://pyxlwriter.sourceforge.net/ |
20 | | master_sites sourceforge:pyxlwriter |
21 | | distname pyXLWriter-${version} |
22 | | checksums md5 6680b46a7c8159ae8d7fe23ab037a2fa |
| 21 | homepage http://www.python-excel.org |
| 22 | master_sites http://pypi.python.org/packages/source/x/xlwrt |
| 23 | distname xlwt-${version} |
| 24 | checksums md5 bf6f820f292f5ea7aa3abaa080d2ede3 \ |
| 25 | sha1 d7a18a70fe44e935450fb79dcefcd6a8e3a00926 \ |
| 26 | rmd160 bd056b2263b573316d1b6b4ff6d0769426e324bd |