2

Is it possible to merge cols or rows in templateprocessor?

enter image description here

Thank you

  • 1
    Possible duplicate of [How to make the table in word using PHPWord which includes multiple rowspan and colspan?](https://stackoverflow.com/questions/38124184/how-to-make-the-table-in-word-using-phpword-which-includes-multiple-rowspan-and) – Sean Apr 30 '18 at 03:38
  • sorry @Sean, i ask this only for document that i have already make (template) and i have value for it but its only use 1 row / cols merged. not like the link you give, it not use template. So i think its not duplicate – Andhika Kurnia Aufa Azham Apr 30 '18 at 06:21

1 Answers1

2

It is possible. Use:

<w:vMerge w:val="continue"/>
Jeremy Caney
  • 7,102
  • 69
  • 48
  • 77