YummiK

Results 2 comments of YummiK

> > > You can add html to table cell, see example: > > > ``` > > > $value = 'TEST'; > > > $wordTable = new \PhpOffice\PhpWord\Element\Table(); >...

Hey, you can try this: `$templateProcessor->cloneRow($fieldName, 0);` also: `$templateProcessor->cloneRowAndSetValues($fieldName, []);` It work for me