sagacity/inc/vendor/phpoffice/phpspreadsheet
2018-10-17 22:28:29 -04:00
..
.github initial commit of SVN release repo 2018-05-07 10:51:08 -04:00
bin initial commit of SVN release repo 2018-05-07 10:51:08 -04:00
docs Vendor updates 2018-10-17 22:28:29 -04:00
samples Update 3rd party library 2018-09-18 19:59:25 -04:00
src Vendor updates 2018-10-17 22:28:29 -04:00
tests Vendor updates 2018-10-17 22:28:29 -04:00
.gitattributes Revision of release v1.3.2 2018-07-26 08:33:50 -04:00
.gitignore initial commit of SVN release repo 2018-05-07 10:51:08 -04:00
.php_cs.dist initial commit of SVN release repo 2018-05-07 10:51:08 -04:00
.sami.php Updates to 3rd party libraries 2018-08-28 21:27:13 -04:00
.scrutinizer.yml initial commit of SVN release repo 2018-05-07 10:51:08 -04:00
.travis.yml Updates to 3rd party libraries 2018-08-28 21:27:13 -04:00
CHANGELOG.md Vendor updates 2018-10-17 22:28:29 -04:00
CHANGELOG.PHPExcel.md initial commit of SVN release repo 2018-05-07 10:51:08 -04:00
composer.json Vendor updates 2018-10-17 22:28:29 -04:00
composer.lock Updates to 3rd party libraries 2018-08-28 21:27:13 -04:00
CONTRIBUTING.md initial commit of SVN release repo 2018-05-07 10:51:08 -04:00
LICENSE initial commit of SVN release repo 2018-05-07 10:51:08 -04:00
mkdocs.yml Updates to 3rd party libraries 2018-08-28 21:27:13 -04:00
phpunit.xml.dist initial commit of SVN release repo 2018-05-07 10:51:08 -04:00
README.md Updates to 3rd party libraries 2018-08-28 21:27:13 -04:00

PhpSpreadsheet

Master: Build Status Code Quality Code Coverage Total Downloads Latest Stable Version License Join the chat at https://gitter.im/PHPOffice/PhpSpreadsheet

Develop: Build Status Code Quality Code Coverage

PhpSpreadsheet is a library written in pure PHP and providing a set of classes that allow you to read from and to write to different spreadsheet file formats, like Excel and LibreOffice Calc.

Documentation

Read more about it, including install instructions, in the official documentation. Or check out the API documentation.

Please ask your support questions on StackOverflow, or have a quick chat on Gitter.

PHPExcel vs PhpSpreadsheet ?

PhpSpreadsheet is the next version of PHPExcel. It breaks compatibility to dramatically improve the code base quality (namespaces, PSR compliance, use of latest PHP language features, etc.).

Because all efforts have shifted to PhpSpreadsheet, PHPExcel will no longer be maintained. All contributions for PHPExcel, patches and new features, should target PhpSpreadsheet develop branch.

License

PhpSpreadsheet is licensed under LGPL (GNU LESSER GENERAL PUBLIC LICENSE)