Where are using the $docx->addTemplate('test.docx'); template function.
$docx->addTemplateVariable('Name', ''.$name.'');
Now we want to create a dynamic table in the template (with four rows and dynamic colums)
which function can and must we use. We have version 5.X