How to Install python-xlwt in Ubuntu 18.04



Install python-xlwt by entering the following commands in the terminal:

sudo apt update
sudo apt install python-xlwt

Description:

module for writing Microsoft Excel spreadsheet files

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.

Homepage: http://pypi.python.org/pypi/xlwt

Version: 0.7.5+debian1-1

Section: universe/python