phpoffice/phpspreadsheet
PhpSpreadsheet is a pure PHP library to read and write spreadsheet formats like Excel and LibreOffice Calc. Create, edit, and export workbooks (XLSX, XLS, ODS, CSV, etc.) with a rich API for cells, formulas, styles, and more.
To make managing and analyzing a group of related data easier, you can turn a range of cells into an Excel table (previously known as an Excel list).
Currently tables are supported in Xlsx reader and Html Writer
To enable table formatting for Html writer, use:
$writer = new HtmlWriter($spreadsheet);
$writer->setConditionalFormatting(true);
How can I help you explore Laravel packages today?