Alberto Lara Hernández
Results
1
comments of
Alberto Lara Hernández
> > You can add html to table cell, see example: > > ``` > > $value = 'TEST'; > > $wordTable = new \PhpOffice\PhpWord\Element\Table(); > > $wordTable->addRow(); > >...