mulgor/phpspreadsheet

PHPSpreadsheet - 使用PHP读取、创建和写入电子表格文档 - 电子表格引擎,从 https://github.com/PHPOffice/PhpSpreadsheet 分支,并修复了bug

1.11.1 2019-12-08 11:14 UTC

README

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

PhpSpreadsheet 是一个使用纯PHP编写的库,提供了一组类,允许您从不同的电子表格文件格式中读取和写入,例如 Excel 和 LibreOffice Calc。

文档

在官方文档(包括安装说明)中了解更多信息。或者查看API文档

请在 StackOverflow 上提出您的支持问题,或者在与 Gitter 的快速聊天中询问。

PHPExcel 与 PhpSpreadsheet 有何区别?

PhpSpreadsheet 是 PHPExcel 的下一个版本。它打破了兼容性以显著提高代码库的质量(命名空间、PSR兼容性、使用最新的PHP语言特性等)。

由于所有努力都转向了 PhpSpreadsheet,PHPExcel 将不再维护。所有针对 PHPExcel 的贡献、补丁和新特性都应针对 PhpSpreadsheet 的 master 分支。

许可证

PhpSpreadsheet 在 MIT 许可证下发布。