Forum


Replies: 1   Views: 3775
Copy a row of table and append to the other or same table.
Topic closed:
Please note this is an old forum thread. Information in this post may be out-to-date and/or erroneous.
Every phpdocx version includes new features and improvements. Previously unsupported features may have been added to newer releases, or past issues may have been corrected.
We encourage you to download the current phpdocx version and check the Documentation available.

Posted by admin  · 17-06-2015 - 13:45

Hello, You can use the method replaceTableVariable (http://www.phpdocx.com/api-documentation/templates/replace-table-variable-Word-document) to replace a table row N times. You can replace it by texts, WordFragments or new placeholders to be replaced after using the other replace methods. Regards.