$evaluate_pra_kons_docx[] = [
'no' => $no,
'name' => $name,
'type' => $type,
];
$docx->replaceTableVariable($evaluate_pra_kons_docx);
hi.. is there possible to combine cell that have same value? I want to get output something like this
========================================
| no | name | type |
========================================
1 | | ${type} |
=====| ${name} |================|
2 | | ${type} |
========================================