2017 © Pedro Peláez
 

library style-fixer

image

phpexcel-fixer/style-fixer

  • Saturday, August 8, 2015
  • by 77web
  • Repository
  • 0 Watchers
  • 2 Stars
  • 521 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

PHPExcel.StyleFixer

Build Status, (*1)

Fixes cell styles broken through PHPExcel read & write process., (*2)

Installation

Use composer., (*3)

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, (*4)

The Versions

08/08 2015

dev-master

9999999-dev

  Sources   Download

BSD-3-Clause

The Development Requires

24/07 2015

v0.9.0

0.9.0.0

  Sources   Download

BSD-3-Clause

The Development Requires