I've configured xls_serialisation to work with views_data_export module.
I've added xls display as attachment to the main display
When I'm clicking on the download button - I'm getting next fatal error
Fatal error: Class 'ZipArchive' not found in /var/www/project/vendor/phpoffice/phpexcel/Classes/PHPExcel/Writer/Excel2007.php on line 227
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | require_zip_library.patch | 296 bytes | fastangel |
Comments
Comment #2
anpolimusI've fixed this issue by installing the php-zip package.
Comment #3
fastangel commentedHere the patch
Comment #5
jhedstromAwesome. Thanks!