roromix/spreadsheetbundle
最新稳定版本:v3.0.0
Composer 安装命令:
composer require roromix/spreadsheetbundle
包简介
This is a Symfony 7.1+ Bundle helps you to read and write Spreadsheet files (including pdf, xls, xlsx, odt, csv), thanks to the PHPSpreadsheet library
README 文档
README
This is a Symfony 3 to 7 Bundle helps you to read and write Spreadsheet files (including pdf, xls, xlsx, odt, csv), thanks to the PHPSpreadsheet library.
Supported formats
The supported formats are sames of PhpSpreadsheet (Open Document .ods, Office Excel .xlsx, BIFF 8 .xls, CSV, PDF).
Installation
1 Add to composer.json to the require key
composer require roromix/spreadsheetbundle
2 Register the bundle :
Symfony standard installation : app/AppKernel.php
$bundles = array( // ... new Roromix\Bundle\SpreadsheetBundle\RoromixSpreadsheetBundle(), );
Symfony Flex installation (normaly, it's auto-generated) : config/bundles.php
return [ // ... Roromix\Bundle\SpreadsheetBundle\RoromixSpreadsheetBundle::class => ['all' => true], ];
License
This bundle is under the MIT license. See the complete license in the bundle:
统计信息
- 总下载量: 403.56k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 25
- 点击次数: 3
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 未知