mykola-ivashchuk-gl / phpspreadsheet
PHPSpreadsheet - 使用 PHP 读取、创建和写入电子表格文档 - 电子表格引擎 PHP 5.5.9
1.16.0
2020-12-31 18:03 UTC
Requires
- php: ^7.2||^8.0
- ext-ctype: *
- ext-dom: *
- ext-fileinfo: *
- ext-gd: *
- ext-iconv: *
- ext-libxml: *
- ext-mbstring: *
- ext-simplexml: *
- ext-xml: *
- ext-xmlreader: *
- ext-xmlwriter: *
- ext-zip: *
- ext-zlib: *
- ezyang/htmlpurifier: ^4.13
- maennchen/zipstream-php: ^2.1
- markbaker/complex: ^1.5||^2.0
- markbaker/matrix: ^1.2||^2.0
- psr/http-client: ^1.0
- psr/http-factory: ^1.0
- psr/simple-cache: ^1.0
Requires (Dev)
- dompdf/dompdf: ^0.8.5
- friendsofphp/php-cs-fixer: ^2.16
- jpgraph/jpgraph: ^4.0
- mpdf/mpdf: ^8.0
- phpcompatibility/php-compatibility: ^9.3
- phpunit/phpunit: ^8.5||^9.3
- squizlabs/php_codesniffer: ^3.5
- tecnickcom/tcpdf: ^6.3
Suggests
- dompdf/dompdf: Option for rendering PDF with PDF Writer (doesn't yet support PHP8)
- jpgraph/jpgraph: Option for rendering charts, or including charts with PDF or HTML Writers
- mpdf/mpdf: Option for rendering PDF with PDF Writer
- tecnickcom/tcpdf: Option for rendering PDF with PDF Writer (doesn't yet support PHP8)
- dev-main
- 1.16.0
- 1.15.0
- 1.14.1
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.10.1
- 1.10.0
- 1.9.0
- 1.8.8
- 1.8.6
- 1.8.3
- 1.8.2
- 1.8.1
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.2
- 1.5.1
- 1.5.0
- 1.4.1
- 1.4.0
- 1.3.1
- 1.3.0
- 1.2.1
- 1.2.0
- 1.1.0
- 1.0.0
- 1.0.0-beta2
- 1.0.0-beta
- dev-master
- dev-dependabot/composer/friendsofphp/php-cs-fixer-2.17.3
- dev-PHP8-Sane-Property-Names
- dev-Anti-XSS-Adjustments
- dev-Excel-Formula-Exception-Codes
- dev-Named-Formula-Implementation
This package is not auto-updated.
Last update: 2024-10-02 06:47:49 UTC
README
PhpSpreadsheet 是一个纯 PHP 编写的库,提供了一套类,允许您读取和写入不同的电子表格文件格式,如 Excel 和 LibreOffice Calc。
有什么变化?
增加了对 PHP 5.5.9 的支持
文档
有关详细信息,包括安装说明,请参阅官方文档。或查看API 文档。
请将您的支持问题发到 StackOverflow,或在 Gitter 上进行快速聊天。
PHPExcel 与 PhpSpreadsheet 的区别?
PhpSpreadsheet 是 PHPExcel 的下一个版本。为了显著提高代码库的质量(命名空间、PSR 兼容性、使用最新的 PHP 语言特性等),它打破了兼容性。
由于所有努力都转向了 PhpSpreadsheet,PHPExcel 将不再维护。所有针对 PHPExcel 的贡献、补丁和新功能都应该针对 PhpSpreadsheet 的 master
分支。
许可证
PhpSpreadsheet 在 LGPL (GNU LESSER GENERAL PUBLIC LICENSE) 许可下发布