vba_extract.py
Python module for creating Excel XLSX files
Install
- All systems
-
curl cmd.cat/vba_extract.py.sh
- Debian
-
apt-get install python-xlsxwriter - Ubuntu
-
apt-get install python-xlsxwriter - Arch Linux
-
pacman -S python-xlsxwriter - Kali Linux
-
apt-get install python-xlsxwriter - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install python-xlsxwriter - Raspbian
-
apt-get install python-xlsxwriter
python-xlsxwriter
Python module for creating Excel XLSX files
XlsxWriter is a Python module for writing files in the Excel 2007+ XLSX file format. XlsxWriter can be used to write text, numbers, formulas and hyperlinks to multiple worksheets and it supports features such as formatting and many more, including: * 100% compatible Excel XLSX files * Full formatting * Merged cells * Defined names * Charts * Autofilters * Data validation and drop down lists * Conditional formatting * Worksheet PNG/JPEG images * Rich multi-format strings