Files
reporting-engine/report_xlsx/readme/INSTALL.rst
2022-11-30 12:46:45 +01:00

8 lines
177 B
ReStructuredText

Make sure you have ``xlsxwriter`` Python module installed::
$ pip3 install xlsxwriter
For testing it is also necessary ``xlrd`` Python module installed::
$ pip3 install xlrd