zeincube / ultimate-spreadsheet
终极 PHP 电子表格库
2.1.0
2019-10-11 06:10 UTC
Requires
- php: >=5.6.0 | ^7.1
- 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: *
- markbaker/complex: ^1.4
- markbaker/matrix: ^1.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: ^7.5
- 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
README
PhpSpreadsheet 是一个纯 PHP 编写的库,提供了一套类,允许您读取和写入不同的电子表格文件格式,如 Excel 和 LibreOffice Calc。
文档
在 官方文档 中了解更多信息,包括安装说明。或者查看 API 文档。
请在 StackOverflow 上提问您的支持问题,或者在 Gitter 上进行快速聊天。
PHPExcel 与 PhpSpreadsheet 的比较?
PhpSpreadsheet 是 PHPExcel 的下一个版本。为了显著提高代码库的质量(命名空间、PSR 兼容性、使用最新的 PHP 语言特性等),它打破了兼容性。
由于所有努力都转移到了 PhpSpreadsheet,PHPExcel 将不再维护。所有针对 PHPExcel 的贡献、补丁和新功能都应针对 PhpSpreadsheet 的 master 分支。
许可
PhpSpreadsheet 在 LGPL (GNU LESSER GENERAL PUBLIC LICENSE) 许可下发布。