Download the PHP package hyperf-wgy/excel without Composer
On this page you can find all versions of the php package hyperf-wgy/excel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package excel
hyperf-execl
- 安装
-
composer require hyperf-wgy/excel
- 使用示例
- $data =[
- ['field1' => 11111,'field2' => 22222],
- ['field1' => 111111,'field2' => 222222],
- ];
- $field = ['标题1' => 'field1','标题2' => 'field2']
- make(Excel::class)->export($data, $field, './runtime/excel/' . date('y-m-d'), '测试数据.xlsx');
All versions of excel with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.4
phpoffice/phpspreadsheet Version ^1.19
ext-iconv Version *
ext-imagick Version *
hyperf/http-server Version ^2.2
phpoffice/phpspreadsheet Version ^1.19
ext-iconv Version *
ext-imagick Version *
hyperf/http-server Version ^2.2
The package hyperf-wgy/excel contains the following files
Loading the files please wait ....