297b07d88a
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 lines
273 B
Plaintext
9 lines
273 B
Plaintext
config BR2_PACKAGE_PYTHON_XLSXWRITER
|
|
bool "python-xlsxwriter"
|
|
select BR2_PACKAGE_PYTHON_ZLIB if BR2_PACKAGE_PYTHON
|
|
select BR2_PACKAGE_PYTHON3_ZLIB if BR2_PACKAGE_PYTHON3
|
|
help
|
|
A Python module for creating Excel XLSX files.
|
|
|
|
https://github.com/jmcnamara/XlsxWriter
|