Open
Description
Hi,
I have to use phpword 0.18.3 and when creating the tables I encounter the problem shown in the image.
$cell = $row->addCell(\PhpOffice\PhpWord\Shared\Converter::cmToTwip(9), ['valign' => \PhpOffice\PhpWord\SimpleType\Jc::CENTER]);
The contents of the cells are not vertically centered and I cannot do this from Office or another word editor.
Does anyone have a solution?
Thanks