Browse Source

Merge pull request #731 from mablae/replace-phpexcel-unmaintained

Add PHPSpreadsheet (successor of PHPexcel) to Office section.
pull/740/head
Jamie York 9 years ago
parent
commit
1e1c792018
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      README.md

+ 1
- 1
README.md View File

@@ -514,9 +514,9 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
514 514
 *Libraries for working with office suite documents.*
515 515
 
516 516
 * [ExcelAnt](https://github.com/Wisembly/ExcelAnt) - A library for manipulating Microsoft Excel documents.
517
-* [PHPExcel](https://github.com/PHPOffice/PHPExcel) - A library for working with Microsoft Excel documents.
518 517
 * [PHPPowerPoint](https://github.com/PHPOffice/PHPPresentation) - A library for working with Microsoft PowerPoint Presentations.
519 518
 * [PHPWord](https://github.com/PHPOffice/PHPWord) - A library for working with Microsoft Word documents.
519
+* [PHPSpreadsheet](https://github.com/PHPOffice/PhpSpreadsheet) - A pure PHP library for reading and writing spreadsheet files (successor of PHPExcel)
520 520
 
521 521
 ## Database
522 522
 *Libraries for interacting with databases using object-relational mapping (ORM) or datamapping techniques.*

Loading…
Cancel
Save