Closed
Description
Some parts of PHPOffice projects are recurrents :
- graphs in OpenXML
- https://github.com/PHPOffice/PHPExcel/blob/develop/Classes/PHPExcel/Writer/Excel2007/Chart.php#L125
- https://github.com/PHPOffice/PHPWord/blob/master/src/PhpWord/Writer/Word2007/Part/Chart.php
- https://github.com/PHPOffice/PHPPowerPoint/blob/master/src/PhpPowerpoint/Writer/PowerPoint2007/Chart.php#L374
- convert between drawing units :
- and so on...
The idea would be to create a package (PHPOfficeShared or PHPOffice or...) which permits to group useful functions in one place for improving all projects.
Poke teams :
- @PHPOffice/phpexcel-team
- @PHPOffice/phppowerpoint-team
- @PHPOffice/phpword-team