mirror of
https://github.com/ziadoz/awesome-php.git
synced 2024-11-21 16:46:22 +00:00
Add Excel libraries
This commit is contained in:
parent
cf838a6ee5
commit
b7a920cd98
@ -33,6 +33,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
|
||||
- [Logging](#logging)
|
||||
- [E-commerce](#e-commerce)
|
||||
- [PDF](#pdf)
|
||||
- [Excel](#excel)
|
||||
- [ORM and Datamapping](#orm-and-datamapping)
|
||||
- [NoSQL](#nosql)
|
||||
- [Queue](#queue)
|
||||
@ -370,6 +371,12 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
|
||||
* [Snappy](https://github.com/KnpLabs/snappy) - A PDF and image generation library.
|
||||
* [WKHTMLToPDF](https://github.com/antialize/wkhtmltopdf) - A tool to convert HTML to PDF.
|
||||
|
||||
## Excel
|
||||
*Libraries and software for working with Excel files.*
|
||||
|
||||
* [ExcelAnt](https://github.com/Wisembly/ExcelAnt) - An easy way to build Excel files provided with an adapter using PHPExcel.
|
||||
* [PHPExcel](https://github.com/PHPOffice/PHPExcel) - Create spreadsheet documents in PHP - Spreadsheet engine.
|
||||
|
||||
## ORM and Datamapping
|
||||
*Libraries that implement object-relational mapping or datamapping techniques.*
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user