-
https://github.com/PHPOffice/PHPExcel is unmaintained / archived
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
php-export-data
Discontinued PHP class to export data in CSV, TSV, or Excel XML (aka SpreadsheeML) format to a file or directly to the browser
https://github.com/elidickinson/php-export-data is unmaintained / archived too
-
I think https://github.com/PHPOffice/PhpSpreadsheet is what you're looking for. I've been using it for many years for an export generator, well maintained and working nicely.
-
We were testing PHP Spreadsheet and Spout (https://github.com/box/spout). We chose Spout because of its low memory footprint. It is using streams so it is much lighter than PHP Spreadsheet, although it is missing quite a bit of features that PHP Spreadsheet has.
Related posts
-
What's the best practice in modifying/inserting values in specific cells of an existing excel file?
-
Import data from excel file to laravel
-
How to test CSV in Drupal without losing your mind
-
PhpSpreadsheet: A Pure PHP Library for Handling Excel and CSV Files
-
(PHP, PhpSpreadsheet) Criando planilhas Excel e outros formatos com PHP