Browse Source

Add PHPSpreadsheet (successor of PHPexcel) to Office section.

Also mark PHPexcel as unmaintained.
pull/731/head
Malte Blättermann 9 years ago
parent
commit
086e35c078
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      README.md

+ 2
- 1
README.md View File

514
 *Libraries for working with office suite documents.*
514
 *Libraries for working with office suite documents.*
515
 
515
 
516
 * [ExcelAnt](https://github.com/Wisembly/ExcelAnt) - A library for manipulating Microsoft Excel documents.
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.
517
+* [PHPExcel](https://github.com/PHPOffice/PHPExcel) - A library for working with Microsoft Excel documents. *unmaintained* 
518
 * [PHPPowerPoint](https://github.com/PHPOffice/PHPPresentation) - A library for working with Microsoft PowerPoint Presentations.
518
 * [PHPPowerPoint](https://github.com/PHPOffice/PHPPresentation) - A library for working with Microsoft PowerPoint Presentations.
519
 * [PHPWord](https://github.com/PHPOffice/PHPWord) - A library for working with Microsoft Word documents.
519
 * [PHPWord](https://github.com/PHPOffice/PHPWord) - A library for working with Microsoft Word documents.
520
+* [PHPSpreadsheet](https://github.com/PHPOffice/PhpSpreadsheet) - A pure PHP library for reading and writing spreadsheet files (successor of PHPExcel)
520
 
521
 
521
 ## Database
522
 ## Database
522
 *Libraries for interacting with databases using object-relational mapping (ORM) or datamapping techniques.*
523
 *Libraries for interacting with databases using object-relational mapping (ORM) or datamapping techniques.*

Loading…
Cancel
Save