caoxiang/phpspreadsheet

PHPSpreadsheet - 在PHP中读取、创建和写入电子表格文档 - 电子表格引擎

1.1.3 2018-03-22 07:20 UTC

This package is not auto-updated.

Last update: 2024-09-29 05:21:05 UTC


README

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

开发: Build Status Code Quality Code Coverage

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

文档

在官方文档中了解更多信息,包括安装说明

https://phpspreadsheet.readthedocs.io

请将您的支持问题提出到 StackOverflow,或在 Gitter 上快速聊天。

PHPExcel 与 PhpSpreadsheet 有何不同?

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

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

许可

PhpSpreadsheet遵循LGPL(GNU通用公共许可证第二版)许可。