Files
project_v19/report_xlsx/readme/INSTALL.md
T

8 lines
179 B
Markdown
Raw Normal View History

2026-07-01 14:41:49 +07:00
Make sure you have `xlsxwriter` Python module installed:
$ pip3 install xlsxwriter
For testing it is also necessary `xlrd` Python module installed:
$ pip3 install xlrd