Hi for below code table-cell is not getting deleted
$referenceNode = array(
'type' => 'table-cell',
'customQuery' => '//w:tr/w:tc[contains(., "${sipcol_removal}")]',
);
$templateDocx->removeWordContent($referenceNode);
if the cell contains ${sipcol_removal} then this table-cell should get removed