stev / spout-bundle
Symfony 4/5 Bundle用于Box Spout Excel库v3
v1.1
2020-09-10 08:10 UTC
Requires
- php: >=7.1
- box/spout: ^3.1
- symfony/framework-bundle: 4.*||5.*
README
Symfony 2 Bundle用于Box Spout Excel库
1. 安装
composer require stev/spout-bundle
在app/AppKernel.php中添加以下内容
new \Stev\SpoutBundle\StevSpoutBundle()
2. 使用,在控制器中
/* @var spout \Stev\SpoutBundle\Services\Spout */
$spout = $this->get('stev_spout.box_spout');
$reader = $spout->initReader();
$writer = $spout->initWriter();
Box Spout仓库位于https://github.com/box/spout