stev/spout-bundle

Symfony 4/5 Bundle用于Box Spout Excel库v3

安装量: 22,217

依赖者: 0

建议者: 0

安全: 0

星标: 0

关注者: 3

分支: 2

公开问题: 0

类型:symfony-bundle

v1.1 2020-09-10 08:10 UTC

This package is auto-updated.

Last update: 2024-09-06 00:23:19 UTC


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