From d7adbe8a09ae4054bececd1c3d3c5db9588e9be7 Mon Sep 17 00:00:00 2001 From: Nassoro Hamisi Date: Sat, 27 Jul 2019 12:54:24 +0300 Subject: [PATCH] Add Spout in spreadsheet (#986) * Add Spout in spreadsheet * REMOVING ```z``` character --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 399463b..c9180a8 100644 --- a/README.md +++ b/README.md @@ -512,6 +512,7 @@ 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)