extract_vba
module to create Excel spreadsheets in xlsx format
Install
- All systems
-
curl cmd.cat/extract_vba.sh
- Debian
-
apt-get install libexcel-writer-xlsx-perl
- Ubuntu
-
apt-get install libexcel-writer-xlsx-perl
- Kali Linux
-
apt-get install libexcel-writer-xlsx-perl
- Fedora
-
dnf install perl-Excel-Writer-XLSX
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libexcel-writer-xlsx-perl
- Raspbian
-
apt-get install libexcel-writer-xlsx-perl
- Dockerfile
- dockerfile.run/extract_vba
libexcel-writer-xlsx-perl
module to create Excel spreadsheets in xlsx format
The Excel::Writer::XLSX module is used to create an Excel file in the 2007+ XLSX format. The XLSX format is the Office Open XML (OOXML) format used by Excel 2007 and later. This module cannot, as yet, write to an existing Excel XLSX file. The module uses the same interface as the Spreadsheet::WriteExcel module (which creates binary XLS Excel files).