phpexcel-fixer/style-fixer
最新稳定版本:v0.9.0
Composer 安装命令:
composer require phpexcel-fixer/style-fixer
包简介
README 文档
README
Fixes cell styles broken through PHPExcel read & write process.
Installation
Use composer.
composer install phpexcel-fixer/style-fixer
Usage
<?php use PHPExcelFixer\StyleFixer\StyleFixer; use PHPExcelFixer\StyleFixer\Plugin\CellStyleFixer; use PHPExcelFixer\StyleFixer\Plugin\ConditionalFormatFixer; $templatePath = '/path/to/template.xlsx'; $outputPath = '/path/to/output.xlsx'; $fixer = new StyleFixer([new CellStyleFixer(), new ConditionlFormatFixer()]); $fixer->execute($outputPath, $templatePath);
Feedback
If you find any issue, please let me know. https://github.com/77web/PHPExcelFixer.StyleFixer/issues
统计信息
- 总下载量: 532
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2015-07-24