vbo_export
2,914 sites
Security covered
The module adds 2 new Views Bulk Operations actions: Export to csv and export to Excel.
xlsx export
Versions 7.x and 8.x-2.x use the deprecated and no longer supported PHPExcel library (but the Excel export works without issues anyway). 8.x-3.x branch uses PHPSpreadsheet.
To use "export to Excel" functionality, either use composer to install the required library:
composer require phpoffice/phpexcel 1.8.0
or
composer require phpoffice/phpspreadsheet ^1.6
or download the library and place it in /libraries/PHPExcel folder on 7.x.