mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-11-16 06:09:26 +00:00
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
|