1config BR2_PACKAGE_PYTHON_XLSXWRITER 2 bool "python-xlsxwriter" 3 depends on BR2_PACKAGE_PYTHON3 4 select BR2_PACKAGE_PYTHON3_ZLIB 5 help 6 A Python module for creating Excel XLSX files. 7 8 https://github.com/jmcnamara/XlsxWriter 9