Files
reporting-engine/report_xlsx/readme/INSTALL.md
2024-10-25 13:40:52 +02:00

179 B

Make sure you have xlsxwriter Python module installed:

$ pip3 install xlsxwriter

For testing it is also necessary xlrd Python module installed:

$ pip3 install xlrd