python3-xlwt

module for writing Microsoft Excel spreadsheet files - Python 3.x
  https://pypi.python.org/pypi/xlwt
  0
  no reviews



This package provides a pure Python module for writing spreadsheet files readable by Excel 97/2000/XP/2003, OpenOffice.org Calc, and Gnumeric. Excel spreadsheets can be generated on any platform without needing Excel or a COM server.

Xlwt is a fork of the unmaintained pyExcelerator module with several bugfixes and enhancements. For the functionality previously provided by the parse_xls function, see the python-xlrd package.

This package provides the Python 3.x module.