1
0
mirror of https://github.com/namibia/awesome-php.git synced 2024-05-29 04:20:52 +00:00

Add Spout in spreadsheet (#986)

* Add Spout in spreadsheet

* REMOVING ```z``` character
This commit is contained in:
Nassoro Hamisi 2019-07-27 12:54:24 +03:00 committed by Jamie York
parent 9251ca4e2b
commit d7adbe8a09

View File

@ -512,6 +512,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
### Office ### Office
*Libraries for working with office suite documents.* *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. * [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. * [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)