Laravel Excel Export Class and not a Package Recommendation
I need the ability to export to MS Excel (xlsx) and was initially researching Mattwebsite Excel that many members seemed to be using. However, my system admin stated that we are unable to support Mattwebsite Excel since it has dependencies (PhpSpreadsheet , php_gd2, and etc) that are not installed on our development and production environment. For example, FPDF has very few dependencies which I'm currently using instead of DOMPDF which requires php-font-lib and php-svg-lib.
Appreciate a list of recommended class/package for Excel that are currently being supported.