pochepochka / phpspreadsheet
PHPSpreadsheet - 使用PHP读取、创建和写入电子表格文档 - 电子表格引擎
1.15.0
2020-10-11 13:20 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: *
- 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)
This package is auto-updated.
Last update: 2024-09-20 15:05:56 UTC
README
PhpSpreadsheet是一个纯PHP编写的库,提供了一系列类,允许您读取和写入各种电子表格文件格式,如Excel和LibreOffice Calc。
文档
有关更多信息,包括安装说明,请参阅官方文档。或者查看API文档。
请将支持问题提交至StackOverflow,或在Gitter上进行快速聊天。
PHPExcel与PhpSpreadsheet的比较?
PhpSpreadsheet是PHPExcel的下一个版本。为了大幅提高代码库质量(命名空间、PSR合规性、使用最新的PHP语言特性等),它打破了兼容性。
由于所有努力都转向了PhpSpreadsheet,PHPExcel将不再维护。所有针对PHPExcel的贡献、补丁和新特性都应该针对PhpSpreadsheet的master
分支。
您需要迁移吗?为此有一个自动化工具。
许可证
PhpSpreadsheet遵循MIT许可证。