sagacity/inc/vendor/phpoffice/phpspreadsheet
2018-07-26 08:33:50 -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 Revision of release v1.3.2 2018-07-26 08:33:50 -04:00
samples Revision of release v1.3.2 2018-07-26 08:33:50 -04:00
src Revision of release v1.3.2 2018-07-26 08:33:50 -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
.scrutinizer.yml initial commit of SVN release repo 2018-05-07 10:51:08 -04:00
.travis.yml Revision of release v1.3.2 2018-07-26 08:33:50 -04:00
CHANGELOG.md Revision of release v1.3.2 2018-07-26 08:33:50 -04:00
CHANGELOG.PHPExcel.md initial commit of SVN release repo 2018-05-07 10:51:08 -04:00
composer.json Revision of release v1.3.2 2018-07-26 08:33:50 -04:00
composer.lock initial commit of SVN release repo 2018-05-07 10:51:08 -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 initial commit of SVN release repo 2018-05-07 10:51:08 -04:00
phpunit.xml.dist initial commit of SVN release repo 2018-05-07 10:51:08 -04:00
README.md Revision of release v1.3.2 2018-07-26 08:33:50 -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:

https://phpspreadsheet.readthedocs.io

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)