9 lines
228 B
Plaintext
9 lines
228 B
Plaintext
|
config BR2_PACKAGE_PYTHON_XLSXWRITER
|
||
|
bool "python-xlsxwriter"
|
||
|
depends on BR2_PACKAGE_PYTHON3
|
||
|
select BR2_PACKAGE_PYTHON3_ZLIB
|
||
|
help
|
||
|
A Python module for creating Excel XLSX files.
|
||
|
|
||
|
https://github.com/jmcnamara/XlsxWriter
|