unisharp / phpspreadsheet
PHPSpreadsheet - 使用 PHP 读取、创建和写入电子表格文档 - 电子表格引擎
1.5.2
2018-11-25 17:40 UTC
Requires
- php: ^5.6|^7.0
- ext-ctype: *
- ext-dom: *
- ext-gd: *
- ext-iconv: *
- ext-libxml: *
- ext-mbstring: *
- ext-simplexml: *
- ext-xml: *
- ext-xmlreader: *
- ext-xmlwriter: *
- ext-zip: *
- ext-zlib: *
- markbaker/complex: ^1.4.1
- psr/simple-cache: ^1.0
Requires (Dev)
- dompdf/dompdf: ^0.8.0
- friendsofphp/php-cs-fixer: @stable
- jpgraph/jpgraph: ^4.0
- mpdf/mpdf: ^7.0.0
- phpcompatibility/php-compatibility: ^8.0
- phpunit/phpunit: ^5.7
- squizlabs/php_codesniffer: ^3.3
- tecnickcom/tcpdf: ^6.2
Suggests
- dompdf/dompdf: Option for rendering PDF with PDF Writer
- 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
This package is not auto-updated.
Last update: 2024-09-15 07:40:50 UTC
README
PhpSpreadsheet 是一个纯 PHP 编写的库,提供了一系列类,允许您从不同的电子表格文件格式(如 Excel 和 LibreOffice Calc)读取和写入。
文档
在官方文档中了解更多信息,包括安装说明。或者查看API 文档。
请在 StackOverflow 上提出您的支持问题,或在 Gitter 上快速聊天。
PHPExcel 与 PhpSpreadsheet 的区别?
PhpSpreadsheet 是 PHPExcel 的下一个版本。为了大幅提高代码库的质量(命名空间、PSR 兼容性、使用最新的 PHP 语言特性等),它打破了兼容性。
由于所有努力都转向了 PhpSpreadsheet,PHPExcel 将不再维护。所有针对 PHPExcel 的贡献、补丁和新功能都应该针对 PhpSpreadsheet 的开发分支。
许可证
PhpSpreadsheet遵循LGPL(GNU通用公共许可证第二版)授权。