PHPWord_CloneRow
Extension for PHPWord. New public method cloneRow() for clone rows and merged rows in tables.
Based on PHPWord (http://phpword.codeplex.com/).
Installation
- You can download PHPWord form official site
- Replace file PHPWord/Template.php on assets/Template.php
- Use method cloneRow() for clone rows in tables. You can see examples here: examples/
OR
- You can download PHPWord from this repo. New Template.php already inside and ready to work.
Folders
- PHPWord/ – PHPWord with new Template.php
- assets/ – new Template.php with new method for clone rows
- examples/ – examples
Copyright (c) 2013 Platonov Pavel (http://www.leng.ru)