You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
with an check for class_exists(\PhpOffice\PhpSpreadsheet\IOFactory)
By the changed check an installation which already uses phpoffice/phpspreadsheet for other tasks does not need to install base_excel to be able to export forms as xls. And TER users that rely on base_excel are fine too, because the factory is delivered by it.
The text was updated successfully, but these errors were encountered:
I would like to suggest to replace the check in
powermail/Classes/Controller/AbstractController.php
Line 113 in b23b0cb
with an check for
class_exists(\PhpOffice\PhpSpreadsheet\IOFactory)
By the changed check an installation which already uses phpoffice/phpspreadsheet for other tasks does not need to install base_excel to be able to export forms as xls. And TER users that rely on base_excel are fine too, because the factory is delivered by it.
The text was updated successfully, but these errors were encountered: