PhpSpreadsheet是一个用纯PHP编写的库,提供了一组类,使您可以读取和写入不同的电子表格文件格式,例如Excel和LibreOffice Calc。
PHPExcel vs PhpSpreadsheet?
PhpSpreadsheet是PHPExcel的下一版本。它破坏了兼容性,从而大大提高了代码库的质量(名称空间,PSR兼容性,使用最新的PHP语言功能等)。
由于所有工作都转移到了PhpSpreadsheet上,因此将不再维护PHPExcel。PHPExcel的所有贡献,补丁和新功能应以PhpSpreadsheet master
分支为目标。
执照
PhpSpreadsheet是根据MIT许可的。
提示:PhpSpreadsheet在线文档参考-https://phpspreadsheet.readthedocs.io/en/latest/
或者github源代码:https://github.com/PHPOffice/PhpSpreadsheet
原创文章,作者:奋斗,如若转载,请注明出处:https://blog.ytso.com/74682.html