From 76fc7832adcc2f8dcb8a64e115e3c9dbb20c4b71 Mon Sep 17 00:00:00 2001 From: Jamie Date: Sat, 27 Jul 2019 10:56:37 +0100 Subject: [PATCH] Alphabetical. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c9180a8..2c44b35 100644 --- a/README.md +++ b/README.md @@ -512,10 +512,10 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT ### Office *Libraries for working with office suite documents.* -* [Spout](https://github.com/box/spout) - Read and write spreadsheet files (CSV, XLSX and ODS), in a fast and scalable way * [PHPPowerPoint](https://github.com/PHPOffice/PHPPresentation) - A library for working with Microsoft PowerPoint Presentations. * [PHPWord](https://github.com/PHPOffice/PHPWord) - A library for working with Microsoft Word documents. -* [PHPSpreadsheet](https://github.com/PHPOffice/PhpSpreadsheet) - A pure PHP library for reading and writing spreadsheet files (successor of PHPExcel) +* [PHPSpreadsheet](https://github.com/PHPOffice/PhpSpreadsheet) - A pure PHP library for reading and writing spreadsheet files (successor of PHPExcel). +* [Spout](https://github.com/box/spout) - Read and write spreadsheet files (CSV, XLSX and ODS), in a fast and scalable way . ### Database *Libraries for interacting with databases using object-relational mapping (ORM) or datamapping techniques.*